Html Css Color HEX #B5D9C8 Jet Stream

📋 copy color: '#B5D9C8'

red 181 ◦ green 217 ◦ blue 200

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

Shades of Jet Stream #B5D9C8

Tints of Jet Stream #B5D9C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.44%

R = 30.27%
G = 36.29%
B = 33.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#B5D9C8 (or 0xB5D9C8) is known color: Jet Stream. HEX triplet: B5, D9 and C8. RGB value is (181,217,200). Sum of RGB (Red+Green+Blue) = 181+217+200=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D9C8 is #4A2637. Grayscale: #CCCCCC. Windows color (decimal): -4859448 or 13162933. OLE color: 13162933.

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

Color convert

RGB 181 217 200 -
CMYK 0.17 0 0.08 0.15
HSL 151.67º 0.32% 0.78% -
HSV(B) 151.67º 0.17% 0.85% -
XYZ 54.29 63.62 64.06 -
YUV 204.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 181 217 200 0.17 0 0.08 0.15 151.67 0.32 0.78
Hex B5 D9 C8 11 0 8 F 98 20 4E
Octal 265 331 310 21 0 10 17 230 40 116
Binary 10110101 11011001 11001000 10001 0 1000 1111 10011000 100000 1001110

Color Harmonies of #B5D9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D9C8

Black with #B5D9C8

Text Example


Text Example

White with #B5D9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D9C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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