Html Css Color HEX #B8D1C7 Jet Stream

📋 copy color: '#B8D1C7'

red 184 ◦ green 209 ◦ blue 199

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

Shades of Jet Stream #B8D1C7

Tints of Jet Stream #B8D1C7

RGB

 RED value IS 184 (72.27% from 255) = 31.08%

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

 BLUE value IS 199 (78.13% from 255) = 33.61%

R = 31.08%
G = 35.3%
B = 33.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#B8D1C7 (or 0xB8D1C7) is known color: Jet Stream. HEX triplet: B8, D1 and C7. RGB value is (184,209,199). Sum of RGB (Red+Green+Blue) = 184+209+199=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D1C7 is #472E38. Grayscale: #C8C8C8. Windows color (decimal): -4664889 or 13095352. OLE color: 13095352.

HSL color Cylindrical-coordinate representation of color #B8D1C7: hue angle of 156º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8D1C7 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 209 199 -
CMYK 0.12 0 0.05 0.18
HSL 156º 0.21% 0.77% -
HSV(B) 156º 0.12% 0.82% -
XYZ 52.88 59.91 62.81 -
YUV 200.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 184 209 199 0.12 0 0.05 0.18 156 0.21 0.77
Hex B8 D1 C7 C 0 5 12 9C 15 4D
Octal 270 321 307 14 0 5 22 234 25 115
Binary 10111000 11010001 11000111 1100 0 101 10010 10011100 10101 1001101

Color Harmonies of #B8D1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D1C7

Black with #B8D1C7

Text Example


Text Example

White with #B8D1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D1C7; }

 p { color: rgb(184,209,199); }

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

background-color css

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

 a { background-color: rgb(184,209,199); }

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

border-color css

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

 span { border-color: rgb(184,209,199); }

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