Html Css Color HEX #B1CEC9 Scandal

📋 copy color: '#B1CEC9'

red 177 ◦ green 206 ◦ blue 201

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

Shades of Scandal #B1CEC9

Tints of Scandal #B1CEC9

RGB

 RED value IS 177 (69.53% from 255) = 30.31%

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

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

R = 30.31%
G = 35.27%
B = 34.42%

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

#B1CEC9 (or 0xB1CEC9) is known color: Scandal. HEX triplet: B1, CE and C9. RGB value is (177,206,201). Sum of RGB (Red+Green+Blue) = 177+206+201=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEC9 is #4E3136. Grayscale: #C4C4C4. Windows color (decimal): -5124407 or 13225649. OLE color: 13225649.

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

Color convert

RGB 177 206 201 -
CMYK 0.14 0 0.02 0.19
HSL 169.66º 0.23% 0.75% -
HSV(B) 169.66º 0.14% 0.81% -
XYZ 50.75 57.71 63.72 -
YUV 196.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 177 206 201 0.14 0 0.02 0.19 169.66 0.23 0.75
Hex B1 CE C9 E 0 2 13 AA 17 4B
Octal 261 316 311 16 0 2 23 252 27 113
Binary 10110001 11001110 11001001 1110 0 10 10011 10101010 10111 1001011

Color Harmonies of #B1CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEC9

Black with #B1CEC9

Text Example


Text Example

White with #B1CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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