Html Css Color HEX #B4CEC8 Jet Stream

📋 copy color: '#B4CEC8'

red 180 ◦ green 206 ◦ blue 200

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

Shades of Jet Stream #B4CEC8

Tints of Jet Stream #B4CEC8

RGB

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

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

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

R = 30.72%
G = 35.15%
B = 34.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#B4CEC8 (or 0xB4CEC8) is known color: Jet Stream. HEX triplet: B4, CE and C8. RGB value is (180,206,200). Sum of RGB (Red+Green+Blue) = 180+206+200=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEC8 is #4B3137. Grayscale: #C5C5C5. Windows color (decimal): -4927800 or 13160116. OLE color: 13160116.

HSL color Cylindrical-coordinate representation of color #B4CEC8: hue angle of 166.15º 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 #B4CEC8 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 206 200 -
CMYK 0.13 0 0.03 0.19
HSL 166.15º 0.21% 0.76% -
HSV(B) 166.15º 0.13% 0.81% -
XYZ 51.32 58.02 63.14 -
YUV 197.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 180 206 200 0.13 0 0.03 0.19 166.15 0.21 0.76
Hex B4 CE C8 D 0 3 13 A6 15 4C
Octal 264 316 310 15 0 3 23 246 25 114
Binary 10110100 11001110 11001000 1101 0 11 10011 10100110 10101 1001100

Color Harmonies of #B4CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEC8

Black with #B4CEC8

Text Example


Text Example

White with #B4CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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