Html Css Color HEX #B9CFCC Scandal

📋 copy color: '#B9CFCC'

red 185 ◦ green 207 ◦ blue 204

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

Shades of Scandal #B9CFCC

Tints of Scandal #B9CFCC

RGB

 RED value IS 185 (72.66% from 255) = 31.04%

 GREEN value IS 207 (81.25% from 255) = 34.73%

 BLUE value IS 204 (80.08% from 255) = 34.23%

R = 31.04%
G = 34.73%
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

#B9CFCC (or 0xB9CFCC) is known color: Scandal. HEX triplet: B9, CF and CC. RGB value is (185,207,204). Sum of RGB (Red+Green+Blue) = 185+207+204=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFCC is #463033. Grayscale: #C8C8C8. Windows color (decimal): -4599860 or 13422521. OLE color: 13422521.

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

Color convert

RGB 185 207 204 -
CMYK 0.11 0 0.01 0.19
HSL 171.82º 0.19% 0.77% -
HSV(B) 171.82º 0.11% 0.81% -
XYZ 53.22 59.3 65.77 -
YUV 200.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 185 207 204 0.11 0 0.01 0.19 171.82 0.19 0.77
Hex B9 CF CC B 0 1 13 AC 13 4D
Octal 271 317 314 13 0 1 23 254 23 115
Binary 10111001 11001111 11001100 1011 0 1 10011 10101100 10011 1001101

Color Harmonies of #B9CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFCC

Black with #B9CFCC

Text Example


Text Example

White with #B9CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFCC; }

 p { color: rgb(185,207,204); }

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

background-color css

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

 a { background-color: rgb(185,207,204); }

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

border-color css

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

 span { border-color: rgb(185,207,204); }

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