Html Css Color HEX #B5D9CC Jet Stream

📋 copy color: '#B5D9CC'

red 181 ◦ green 217 ◦ blue 204

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

Shades of Jet Stream #B5D9CC

Tints of Jet Stream #B5D9CC

RGB

 RED value IS 181 (71.09% from 255) = 30.07%

 GREEN value IS 217 (85.16% from 255) = 36.05%

 BLUE value IS 204 (80.08% from 255) = 33.89%

R = 30.07%
G = 36.05%
B = 33.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B5D9CC (or 0xB5D9CC) is known color: Jet Stream. HEX triplet: B5, D9 and CC. RGB value is (181,217,204). Sum of RGB (Red+Green+Blue) = 181+217+204=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D9CC is #4A2633. Grayscale: #CCCCCC. Windows color (decimal): -4859444 or 13425077. OLE color: 13425077.

HSL color Cylindrical-coordinate representation of color #B5D9CC: hue angle of 158.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5D9CC is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 217 204 -
CMYK 0.17 0 0.06 0.15
HSL 158.33º 0.32% 0.78% -
HSV(B) 158.33º 0.17% 0.85% -
XYZ 54.77 63.81 66.56 -
YUV 204.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 181 217 204 0.17 0 0.06 0.15 158.33 0.32 0.78
Hex B5 D9 CC 11 0 6 F 9E 20 4E
Octal 265 331 314 21 0 6 17 236 40 116
Binary 10110101 11011001 11001100 10001 0 110 1111 10011110 100000 1001110

Color Harmonies of #B5D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D9CC

Black with #B5D9CC

Text Example


Text Example

White with #B5D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D9CC; }

 p { color: rgb(181,217,204); }

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

background-color css

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

 a { background-color: rgb(181,217,204); }

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

border-color css

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

 span { border-color: rgb(181,217,204); }

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