Html Css Color HEX #B4CEC3 Jet Stream

📋 copy color: '#B4CEC3'

red 180 ◦ green 206 ◦ blue 195

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

Shades of Jet Stream #B4CEC3

Tints of Jet Stream #B4CEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.56%

R = 30.98%
G = 35.46%
B = 33.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#B4CEC3 (or 0xB4CEC3) is known color: Jet Stream. HEX triplet: B4, CE and C3. RGB value is (180,206,195). Sum of RGB (Red+Green+Blue) = 180+206+195=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEC3 is #4B313C. Grayscale: #C4C4C4. Windows color (decimal): -4927805 or 12832436. OLE color: 12832436.

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

Color convert

RGB 180 206 195 -
CMYK 0.13 0 0.05 0.19
HSL 154.62º 0.21% 0.76% -
HSV(B) 154.62º 0.13% 0.81% -
XYZ 50.74 57.79 60.11 -
YUV 196.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 180 206 195 0.13 0 0.05 0.19 154.62 0.21 0.76
Hex B4 CE C3 D 0 5 13 9B 15 4C
Octal 264 316 303 15 0 5 23 233 25 114
Binary 10110100 11001110 11000011 1101 0 101 10011 10011011 10101 1001100

Color Harmonies of #B4CEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEC3

Black with #B4CEC3

Text Example


Text Example

White with #B4CEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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