Html Css Color HEX #B5CECA Scandal

📋 copy color: '#B5CECA'

red 181 ◦ green 206 ◦ blue 202

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

Shades of Scandal #B5CECA

Tints of Scandal #B5CECA

RGB

 RED value IS 181 (71.09% from 255) = 30.73%

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

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

R = 30.73%
G = 34.97%
B = 34.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#B5CECA (or 0xB5CECA) is known color: Scandal. HEX triplet: B5, CE and CA. RGB value is (181,206,202). Sum of RGB (Red+Green+Blue) = 181+206+202=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CECA is #4A3135. Grayscale: #C6C6C6. Windows color (decimal): -4862262 or 13291189. OLE color: 13291189.

HSL color Cylindrical-coordinate representation of color #B5CECA: hue angle of 170.4º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CECA is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 202 -
CMYK 0.12 0 0.02 0.19
HSL 170.4º 0.2% 0.76% -
HSV(B) 170.4º 0.12% 0.81% -
XYZ 51.79 58.23 64.39 -
YUV 198.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 181 206 202 0.12 0 0.02 0.19 170.4 0.2 0.76
Hex B5 CE CA C 0 2 13 AA 14 4C
Octal 265 316 312 14 0 2 23 252 24 114
Binary 10110101 11001110 11001010 1100 0 10 10011 10101010 10100 1001100

Color Harmonies of #B5CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CECA

Black with #B5CECA

Text Example


Text Example

White with #B5CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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