Html Css Color HEX #B5D8CD Jet Stream

📋 copy color: '#B5D8CD'

red 181 ◦ green 216 ◦ blue 205

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

Shades of Jet Stream #B5D8CD

Tints of Jet Stream #B5D8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.05%

R = 30.07%
G = 35.88%
B = 34.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#B5D8CD (or 0xB5D8CD) is known color: Jet Stream. HEX triplet: B5, D8 and CD. RGB value is (181,216,205). Sum of RGB (Red+Green+Blue) = 181+216+205=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8CD is #4A2732. Grayscale: #CCCCCC. Windows color (decimal): -4859699 or 13490357. OLE color: 13490357.

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

Color convert

RGB 181 216 205 -
CMYK 0.16 0 0.05 0.15
HSL 161.14º 0.31% 0.78% -
HSV(B) 161.14º 0.16% 0.85% -
XYZ 54.63 63.34 67.1 -
YUV 204.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 181 216 205 0.16 0 0.05 0.15 161.14 0.31 0.78
Hex B5 D8 CD 10 0 5 F A1 1F 4E
Octal 265 330 315 20 0 5 17 241 37 116
Binary 10110101 11011000 11001101 10000 0 101 1111 10100001 11111 1001110

Color Harmonies of #B5D8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D8CD

Black with #B5D8CD

Text Example


Text Example

White with #B5D8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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