Html Css Color HEX #B9CFCD Scandal

📋 copy color: '#B9CFCD'

red 185 ◦ green 207 ◦ blue 205

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

Shades of Scandal #B9CFCD

Tints of Scandal #B9CFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.34%

R = 30.99%
G = 34.67%
B = 34.34%

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

#B9CFCD (or 0xB9CFCD) is known color: Scandal. HEX triplet: B9, CF and CD. RGB value is (185,207,205). Sum of RGB (Red+Green+Blue) = 185+207+205=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFCD is #463032. Grayscale: #C8C8C8. Windows color (decimal): -4599859 or 13488057. OLE color: 13488057.

HSL color Cylindrical-coordinate representation of color #B9CFCD: hue angle of 174.55º 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 #B9CFCD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 207 205 -
CMYK 0.11 0 0.01 0.19
HSL 174.55º 0.19% 0.77% -
HSV(B) 174.55º 0.11% 0.81% -
XYZ 53.34 59.35 66.4 -
YUV 200.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 185 207 205 0.11 0 0.01 0.19 174.55 0.19 0.77
Hex B9 CF CD B 0 1 13 AF 13 4D
Octal 271 317 315 13 0 1 23 257 23 115
Binary 10111001 11001111 11001101 1011 0 1 10011 10101111 10011 1001101

Color Harmonies of #B9CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFCD

Black with #B9CFCD

Text Example


Text Example

White with #B9CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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