Html Css Color HEX #B8D0C7 Jet Stream

📋 copy color: '#B8D0C7'

red 184 ◦ green 208 ◦ blue 199

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

Shades of Jet Stream #B8D0C7

Tints of Jet Stream #B8D0C7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.19%

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

R = 31.13%
G = 35.19%
B = 33.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#B8D0C7 (or 0xB8D0C7) is known color: Jet Stream. HEX triplet: B8, D0 and C7. RGB value is (184,208,199). Sum of RGB (Red+Green+Blue) = 184+208+199=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D0C7 is #472F38. Grayscale: #C7C7C7. Windows color (decimal): -4665145 or 13095096. OLE color: 13095096.

HSL color Cylindrical-coordinate representation of color #B8D0C7: hue angle of 157.5º degrees, saturation: 0.2, 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 #B8D0C7 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 208 199 -
CMYK 0.12 0 0.04 0.18
HSL 157.5º 0.2% 0.77% -
HSV(B) 157.5º 0.12% 0.82% -
XYZ 52.63 59.43 62.73 -
YUV 199.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 184 208 199 0.12 0 0.04 0.18 157.5 0.2 0.77
Hex B8 D0 C7 C 0 4 12 9E 14 4D
Octal 270 320 307 14 0 4 22 236 24 115
Binary 10111000 11010000 11000111 1100 0 100 10010 10011110 10100 1001101

Color Harmonies of #B8D0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D0C7

Black with #B8D0C7

Text Example


Text Example

White with #B8D0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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