Html Css Color HEX #B1CECA Scandal

📋 copy color: '#B1CECA'

red 177 ◦ green 206 ◦ blue 202

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

Shades of Scandal #B1CECA

Tints of Scandal #B1CECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.53%

R = 30.26%
G = 35.21%
B = 34.53%

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

#B1CECA (or 0xB1CECA) is known color: Scandal. HEX triplet: B1, CE and CA. RGB value is (177,206,202). Sum of RGB (Red+Green+Blue) = 177+206+202=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CECA is #4E3135. Grayscale: #C4C4C4. Windows color (decimal): -5124406 or 13291185. OLE color: 13291185.

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

Color convert

RGB 177 206 202 -
CMYK 0.14 0 0.02 0.19
HSL 171.72º 0.23% 0.75% -
HSV(B) 171.72º 0.14% 0.81% -
XYZ 50.86 57.75 64.34 -
YUV 196.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 177 206 202 0.14 0 0.02 0.19 171.72 0.23 0.75
Hex B1 CE CA E 0 2 13 AC 17 4B
Octal 261 316 312 16 0 2 23 254 27 113
Binary 10110001 11001110 11001010 1110 0 10 10011 10101100 10111 1001011

Color Harmonies of #B1CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CECA

Black with #B1CECA

Text Example


Text Example

White with #B1CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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