Html Css Color HEX #B5D8CC Jet Stream

📋 copy color: '#B5D8CC'

red 181 ◦ green 216 ◦ blue 204

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

Shades of Jet Stream #B5D8CC

Tints of Jet Stream #B5D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.94%

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

R = 30.12%
G = 35.94%
B = 33.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B5D8CC (or 0xB5D8CC) is known color: Jet Stream. HEX triplet: B5, D8 and CC. RGB value is (181,216,204). Sum of RGB (Red+Green+Blue) = 181+216+204=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8CC is #4A2733. Grayscale: #CCCCCC. Windows color (decimal): -4859700 or 13424821. OLE color: 13424821.

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

Color convert

RGB 181 216 204 -
CMYK 0.16 0 0.06 0.15
HSL 159.43º 0.31% 0.78% -
HSV(B) 159.43º 0.16% 0.85% -
XYZ 54.51 63.3 66.47 -
YUV 204.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 181 216 204 0.16 0 0.06 0.15 159.43 0.31 0.78
Hex B5 D8 CC 10 0 6 F 9F 1F 4E
Octal 265 330 314 20 0 6 17 237 37 116
Binary 10110101 11011000 11001100 10000 0 110 1111 10011111 11111 1001110

Color Harmonies of #B5D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D8CC

Black with #B5D8CC

Text Example


Text Example

White with #B5D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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