Html Css Color HEX #B9D2CF Scandal

📋 copy color: '#B9D2CF'

red 185 ◦ green 210 ◦ blue 207

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

Shades of Scandal #B9D2CF

Tints of Scandal #B9D2CF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.88%

 BLUE value IS 207 (81.25% from 255) = 34.39%

R = 30.73%
G = 34.88%
B = 34.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#B9D2CF (or 0xB9D2CF) is known color: Scandal. HEX triplet: B9, D2 and CF. RGB value is (185,210,207). Sum of RGB (Red+Green+Blue) = 185+210+207=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D2CF is #462D30. Grayscale: #CACACA. Windows color (decimal): -4599089 or 13619897. OLE color: 13619897.

HSL color Cylindrical-coordinate representation of color #B9D2CF: hue angle of 172.8º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9D2CF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 210 207 -
CMYK 0.12 0 0.01 0.18
HSL 172.8º 0.22% 0.77% -
HSV(B) 172.8º 0.12% 0.82% -
XYZ 54.32 60.91 67.93 -
YUV 202.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 185 210 207 0.12 0 0.01 0.18 172.8 0.22 0.77
Hex B9 D2 CF C 0 1 12 AD 16 4D
Octal 271 322 317 14 0 1 22 255 26 115
Binary 10111001 11010010 11001111 1100 0 1 10010 10101101 10110 1001101

Color Harmonies of #B9D2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D2CF

Black with #B9D2CF

Text Example


Text Example

White with #B9D2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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