#B7D9D4

Color #B7D9D4 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #B7D9D4

Tints of Scandal #B7D9D4

Color information

#B7D9D4 (or 0xB7D9D4) is unknown color: approx Scandal. HEX triplet: B7, D9 and D4. RGB value is (183,217,212). Sum of RGB (Red+Green+Blue) = 183+217+212=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9D4 is #48262B. Grayscale: #CECECE. Windows color (decimal): -4728364 or 13949367. OLE color: 13949367.

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

Color convert

RGB183217212-
CMYK0.1600.020.15
HSL171.18º30.91%78.43%-
HSV(B)171.18º15.67%85.1%-
XYZ56.2264.4571.76-
YUV206.26131.24111.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.90%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 212 (83.20% from 255) = 34.64%
R=29.90%
G=35.46%
B=34.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832172120.1600.020.15171.1830.9178.43
HexB7D9D41002Fab1f4e
Octal26733132420021725337116
Binary10110111110110011101010010000010111110101011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D9D4; }

 p { color: rgb(183,217,212); }

 H1.HeaderClassName
 {
   color: #B7D9D4;
 }
 .AnyTagClassName
 {
   color: #B7D9D4;
 }
</style>
background-color css

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

 a { background-color: rgb(183,217,212); }

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

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

 span { border-color: rgb(183,217,212); }

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