Html Css Color HEX #B8CECB Scandal

📋 copy color: '#B8CECB'

red 184 ◦ green 206 ◦ blue 203

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

Shades of Scandal #B8CECB

Tints of Scandal #B8CECB

RGB

 RED value IS 184 (72.27% from 255) = 31.03%

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

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

R = 31.03%
G = 34.74%
B = 34.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#B8CECB (or 0xB8CECB) is known color: Scandal. HEX triplet: B8, CE and CB. RGB value is (184,206,203). Sum of RGB (Red+Green+Blue) = 184+206+203=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CECB is #473134. Grayscale: #C7C7C7. Windows color (decimal): -4665653 or 13356728. OLE color: 13356728.

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

Color convert

RGB 184 206 203 -
CMYK 0.11 0 0.01 0.19
HSL 171.82º 0.18% 0.76% -
HSV(B) 171.82º 0.11% 0.81% -
XYZ 52.62 58.64 65.05 -
YUV 199.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 184 206 203 0.11 0 0.01 0.19 171.82 0.18 0.76
Hex B8 CE CB B 0 1 13 AC 12 4C
Octal 270 316 313 13 0 1 23 254 22 114
Binary 10111000 11001110 11001011 1011 0 1 10011 10101100 10010 1001100

Color Harmonies of #B8CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CECB

Black with #B8CECB

Text Example


Text Example

White with #B8CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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