Html Css Color HEX #B5D8C6 Jet Stream

📋 copy color: '#B5D8C6'

red 181 ◦ green 216 ◦ blue 198

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

Shades of Jet Stream #B5D8C6

Tints of Jet Stream #B5D8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.28%

R = 30.42%
G = 36.3%
B = 33.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#B5D8C6 (or 0xB5D8C6) is known color: Jet Stream. HEX triplet: B5, D8 and C6. RGB value is (181,216,198). Sum of RGB (Red+Green+Blue) = 181+216+198=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8C6 is #4A2739. Grayscale: #CBCBCB. Windows color (decimal): -4859706 or 13031605. OLE color: 13031605.

HSL color Cylindrical-coordinate representation of color #B5D8C6: hue angle of 149.14º 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 #B5D8C6 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 216 198 -
CMYK 0.16 0 0.08 0.15
HSL 149.14º 0.31% 0.78% -
HSV(B) 149.14º 0.16% 0.85% -
XYZ 53.8 63.01 62.75 -
YUV 203.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 181 216 198 0.16 0 0.08 0.15 149.14 0.31 0.78
Hex B5 D8 C6 10 0 8 F 95 1F 4E
Octal 265 330 306 20 0 10 17 225 37 116
Binary 10110101 11011000 11000110 10000 0 1000 1111 10010101 11111 1001110

Color Harmonies of #B5D8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D8C6

Black with #B5D8C6

Text Example


Text Example

White with #B5D8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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