Html Css Color HEX #B3CECB Scandal

📋 copy color: '#B3CECB'

red 179 ◦ green 206 ◦ blue 203

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

Shades of Scandal #B3CECB

Tints of Scandal #B3CECB

RGB

 RED value IS 179 (70.31% from 255) = 30.44%

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

 BLUE value IS 203 (79.69% from 255) = 34.52%

R = 30.44%
G = 35.03%
B = 34.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#B3CECB (or 0xB3CECB) is known color: Scandal. HEX triplet: B3, CE and CB. RGB value is (179,206,203). Sum of RGB (Red+Green+Blue) = 179+206+203=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CECB is #4C3134. Grayscale: #C5C5C5. Windows color (decimal): -4993333 or 13356723. OLE color: 13356723.

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

Color convert

RGB 179 206 203 -
CMYK 0.13 0 0.01 0.19
HSL 173.33º 0.22% 0.75% -
HSV(B) 173.33º 0.13% 0.81% -
XYZ 51.44 58.04 64.99 -
YUV 197.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 179 206 203 0.13 0 0.01 0.19 173.33 0.22 0.75
Hex B3 CE CB D 0 1 13 AD 16 4B
Octal 263 316 313 15 0 1 23 255 26 113
Binary 10110011 11001110 11001011 1101 0 1 10011 10101101 10110 1001011

Color Harmonies of #B3CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CECB

Black with #B3CECB

Text Example


Text Example

White with #B3CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CECB; }

 p { color: rgb(179,206,203); }

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

background-color css

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

 a { background-color: rgb(179,206,203); }

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

border-color css

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

 span { border-color: rgb(179,206,203); }

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