Html Css Color HEX #B4CECB Scandal

📋 copy color: '#B4CECB'

red 180 ◦ green 206 ◦ blue 203

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

Shades of Scandal #B4CECB

Tints of Scandal #B4CECB

RGB

 RED value IS 180 (70.7% from 255) = 30.56%

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

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

R = 30.56%
G = 34.97%
B = 34.47%

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

#B4CECB (or 0xB4CECB) is known color: Scandal. HEX triplet: B4, CE and CB. RGB value is (180,206,203). Sum of RGB (Red+Green+Blue) = 180+206+203=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CECB is #4B3134. Grayscale: #C5C5C5. Windows color (decimal): -4927797 or 13356724. OLE color: 13356724.

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

Color convert

RGB 180 206 203 -
CMYK 0.13 0 0.01 0.19
HSL 173.08º 0.21% 0.76% -
HSV(B) 173.08º 0.13% 0.81% -
XYZ 51.67 58.16 65 -
YUV 197.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 180 206 203 0.13 0 0.01 0.19 173.08 0.21 0.76
Hex B4 CE CB D 0 1 13 AD 15 4C
Octal 264 316 313 15 0 1 23 255 25 114
Binary 10110100 11001110 11001011 1101 0 1 10011 10101101 10101 1001100

Color Harmonies of #B4CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CECB

Black with #B4CECB

Text Example


Text Example

White with #B4CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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