Html Css Color HEX #B2CEC9 Scandal

📋 copy color: '#B2CEC9'

red 178 ◦ green 206 ◦ blue 201

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

Shades of Scandal #B2CEC9

Tints of Scandal #B2CEC9

RGB

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

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

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

R = 30.43%
G = 35.21%
B = 34.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#B2CEC9 (or 0xB2CEC9) is known color: Scandal. HEX triplet: B2, CE and C9. RGB value is (178,206,201). Sum of RGB (Red+Green+Blue) = 178+206+201=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEC9 is #4D3136. Grayscale: #C5C5C5. Windows color (decimal): -5058871 or 13225650. OLE color: 13225650.

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

Color convert

RGB 178 206 201 -
CMYK 0.14 0 0.02 0.19
HSL 169.29º 0.22% 0.75% -
HSV(B) 169.29º 0.14% 0.81% -
XYZ 50.97 57.82 63.73 -
YUV 197.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 178 206 201 0.14 0 0.02 0.19 169.29 0.22 0.75
Hex B2 CE C9 E 0 2 13 A9 16 4B
Octal 262 316 311 16 0 2 23 251 26 113
Binary 10110010 11001110 11001001 1110 0 10 10011 10101001 10110 1001011

Color Harmonies of #B2CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEC9

Black with #B2CEC9

Text Example


Text Example

White with #B2CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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