Html Css Color HEX #B9DAD6 Scandal

📋 copy color: '#B9DAD6'

red 185 ◦ green 218 ◦ blue 214

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

Shades of Scandal #B9DAD6

Tints of Scandal #B9DAD6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.33%

 BLUE value IS 214 (83.98% from 255) = 34.68%

R = 29.98%
G = 35.33%
B = 34.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#B9DAD6 (or 0xB9DAD6) is known color: Scandal. HEX triplet: B9, DA and D6. RGB value is (185,218,214). Sum of RGB (Red+Green+Blue) = 185+218+214=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAD6 is #462529. Grayscale: #CFCFCF. Windows color (decimal): -4597034 or 14080697. OLE color: 14080697.

HSL color Cylindrical-coordinate representation of color #B9DAD6: hue angle of 172.73º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9DAD6 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 218 214 -
CMYK 0.15 0 0.02 0.15
HSL 172.73º 0.31% 0.79% -
HSV(B) 172.73º 0.15% 0.85% -
XYZ 57.22 65.31 73.21 -
YUV 207.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 185 218 214 0.15 0 0.02 0.15 172.73 0.31 0.79
Hex B9 DA D6 F 0 2 F AD 1F 4F
Octal 271 332 326 17 0 2 17 255 37 117
Binary 10111001 11011010 11010110 1111 0 10 1111 10101101 11111 1001111

Color Harmonies of #B9DAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DAD6

Black with #B9DAD6

Text Example


Text Example

White with #B9DAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DAD6; }

 p { color: rgb(185,218,214); }

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

background-color css

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

 a { background-color: rgb(185,218,214); }

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

border-color css

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

 span { border-color: rgb(185,218,214); }

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