Html Css Color HEX #B4CEC9 Jet Stream

📋 copy color: '#B4CEC9'

red 180 ◦ green 206 ◦ blue 201

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

Shades of Jet Stream #B4CEC9

Tints of Jet Stream #B4CEC9

RGB

 RED value IS 180 (70.7% from 255) = 30.66%

 GREEN value IS 206 (80.86% from 255) = 35.09%

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

R = 30.66%
G = 35.09%
B = 34.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#B4CEC9 (or 0xB4CEC9) is known color: Jet Stream. HEX triplet: B4, CE and C9. RGB value is (180,206,201). Sum of RGB (Red+Green+Blue) = 180+206+201=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEC9 is #4B3136. Grayscale: #C5C5C5. Windows color (decimal): -4927799 or 13225652. OLE color: 13225652.

HSL color Cylindrical-coordinate representation of color #B4CEC9: hue angle of 168.46º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CEC9 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 206 201 -
CMYK 0.13 0 0.02 0.19
HSL 168.46º 0.21% 0.76% -
HSV(B) 168.46º 0.13% 0.81% -
XYZ 51.44 58.06 63.75 -
YUV 197.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 180 206 201 0.13 0 0.02 0.19 168.46 0.21 0.76
Hex B4 CE C9 D 0 2 13 A8 15 4C
Octal 264 316 311 15 0 2 23 250 25 114
Binary 10110100 11001110 11001001 1101 0 10 10011 10101000 10101 1001100

Color Harmonies of #B4CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEC9

Black with #B4CEC9

Text Example


Text Example

White with #B4CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEC9; }

 p { color: rgb(180,206,201); }

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

background-color css

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

 a { background-color: rgb(180,206,201); }

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

border-color css

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

 span { border-color: rgb(180,206,201); }

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