Html Css Color HEX #B5D1CB Jet Stream

📋 copy color: '#B5D1CB'

red 181 ◦ green 209 ◦ blue 203

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

Shades of Jet Stream #B5D1CB

Tints of Jet Stream #B5D1CB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.24%

 BLUE value IS 203 (79.69% from 255) = 34.23%

R = 30.52%
G = 35.24%
B = 34.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#B5D1CB (or 0xB5D1CB) is known color: Jet Stream. HEX triplet: B5, D1 and CB. RGB value is (181,209,203). Sum of RGB (Red+Green+Blue) = 181+209+203=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D1CB is #4A2E34. Grayscale: #C7C7C7. Windows color (decimal): -4861493 or 13357493. OLE color: 13357493.

HSL color Cylindrical-coordinate representation of color #B5D1CB: hue angle of 167.14º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5D1CB is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 209 203 -
CMYK 0.13 0 0.03 0.18
HSL 167.14º 0.23% 0.76% -
HSV(B) 167.14º 0.13% 0.82% -
XYZ 52.64 59.74 65.26 -
YUV 199.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 181 209 203 0.13 0 0.03 0.18 167.14 0.23 0.76
Hex B5 D1 CB D 0 3 12 A7 17 4C
Octal 265 321 313 15 0 3 22 247 27 114
Binary 10110101 11010001 11001011 1101 0 11 10010 10100111 10111 1001100

Color Harmonies of #B5D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D1CB

Black with #B5D1CB

Text Example


Text Example

White with #B5D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D1CB; }

 p { color: rgb(181,209,203); }

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

background-color css

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

 a { background-color: rgb(181,209,203); }

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

border-color css

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

 span { border-color: rgb(181,209,203); }

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