Html Css Color HEX #B8CCC9 Jet Stream

📋 copy color: '#B8CCC9'

red 184 ◦ green 204 ◦ blue 201

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

Shades of Jet Stream #B8CCC9

Tints of Jet Stream #B8CCC9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.63%

 BLUE value IS 201 (78.91% from 255) = 34.13%

R = 31.24%
G = 34.63%
B = 34.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#B8CCC9 (or 0xB8CCC9) is known color: Jet Stream. HEX triplet: B8, CC and C9. RGB value is (184,204,201). Sum of RGB (Red+Green+Blue) = 184+204+201=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCC9 is #473336. Grayscale: #C5C5C5. Windows color (decimal): -4666167 or 13225144. OLE color: 13225144.

HSL color Cylindrical-coordinate representation of color #B8CCC9: hue angle of 171º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCC9 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 204 201 -
CMYK 0.10 0 0.01 0.2
HSL 171º 0.16% 0.76% -
HSV(B) 171º 0.1% 0.8% -
XYZ 51.9 57.59 63.64 -
YUV 197.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 184 204 201 0.10 0 0.01 0.2 171 0.16 0.76
Hex B8 CC C9 A 0 1 14 AB 10 4C
Octal 270 314 311 12 0 1 24 253 20 114
Binary 10111000 11001100 11001001 1010 0 1 10100 10101011 10000 1001100

Color Harmonies of #B8CCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CCC9

Black with #B8CCC9

Text Example


Text Example

White with #B8CCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CCC9; }

 p { color: rgb(184,204,201); }

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

background-color css

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

 a { background-color: rgb(184,204,201); }

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

border-color css

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

 span { border-color: rgb(184,204,201); }

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