Html Css Color HEX #B2CEC3 Jet Stream

📋 copy color: '#B2CEC3'

red 178 ◦ green 206 ◦ blue 195

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

Shades of Jet Stream #B2CEC3

Tints of Jet Stream #B2CEC3

RGB

 RED value IS 178 (69.92% from 255) = 30.74%

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

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

R = 30.74%
G = 35.58%
B = 33.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#B2CEC3 (or 0xB2CEC3) is known color: Jet Stream. HEX triplet: B2, CE and C3. RGB value is (178,206,195). Sum of RGB (Red+Green+Blue) = 178+206+195=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEC3 is #4D313C. Grayscale: #C4C4C4. Windows color (decimal): -5058877 or 12832434. OLE color: 12832434.

HSL color Cylindrical-coordinate representation of color #B2CEC3: hue angle of 156.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CEC3 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 195 -
CMYK 0.14 0 0.05 0.19
HSL 156.43º 0.22% 0.75% -
HSV(B) 156.43º 0.14% 0.81% -
XYZ 50.28 57.55 60.09 -
YUV 196.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 178 206 195 0.14 0 0.05 0.19 156.43 0.22 0.75
Hex B2 CE C3 E 0 5 13 9C 16 4B
Octal 262 316 303 16 0 5 23 234 26 113
Binary 10110010 11001110 11000011 1110 0 101 10011 10011100 10110 1001011

Color Harmonies of #B2CEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEC3

Black with #B2CEC3

Text Example


Text Example

White with #B2CEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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