Html Css Color HEX #B3CDC2 Jet Stream

📋 copy color: '#B3CDC2'

red 179 ◦ green 205 ◦ blue 194

#B3CDC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #B3CDC2

Tints of Jet Stream #B3CDC2

RGB

 RED value IS 179 (70.31% from 255) = 30.97%

 GREEN value IS 205 (80.47% from 255) = 35.47%

 BLUE value IS 194 (76.17% from 255) = 33.56%

R = 30.97%
G = 35.47%
B = 33.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B3CDC2 (or 0xB3CDC2) is known color: Jet Stream. HEX triplet: B3, CD and C2. RGB value is (179,205,194). Sum of RGB (Red+Green+Blue) = 179+205+194=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDC2 is #4C323D. Grayscale: #C3C3C3. Windows color (decimal): -4993598 or 12766643. OLE color: 12766643.

HSL color Cylindrical-coordinate representation of color #B3CDC2: hue angle of 154.62º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3CDC2 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 205 194 -
CMYK 0.13 0 0.05 0.20
HSL 154.62º 0.21% 0.75% -
HSV(B) 154.62º 0.13% 0.8% -
XYZ 50.16 57.14 59.42 -
YUV 195.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 179 205 194 0.13 0 0.05 0.20 154.62 0.21 0.75
Hex B3 CD C2 D 0 5 14 9B 15 4B
Octal 263 315 302 15 0 5 24 233 25 113
Binary 10110011 11001101 11000010 1101 0 101 10100 10011011 10101 1001011

Color Harmonies of #B3CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CDC2

Black with #B3CDC2

Text Example


Text Example

White with #B3CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CDC2; }

 p { color: rgb(179,205,194); }

 H1.HeaderClassName
 {
   color: #B3CDC2;
 }
 .AnyTagClassName
 {
   color: #B3CDC2;
 }
</style>

background-color css

<style>
 a { background-color: #B3CDC2; }

 a { background-color: rgb(179,205,194); }

 div.DivClassName
 {
   background-color: #B3CDC2;
 }
 .BgClassName
 {
   background-color: #B3CDC2;
 }
</style>

border-color css

<style>
 span { border-color: #B3CDC2; }

 span { border-color: rgb(179,205,194); }

 td.TdClassName
 {
   border-color: #B3CDC2;
 }
 .TagClassName
 {
   border-color: #B3CDC2;
 }
</style>