Html Css Color HEX #B3DAD7 Scandal

📋 copy color: '#B3DAD7'

red 179 ◦ green 218 ◦ blue 215

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

Shades of Scandal #B3DAD7

Tints of Scandal #B3DAD7

RGB

 RED value IS 179 (70.31% from 255) = 29.25%

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

 BLUE value IS 215 (84.38% from 255) = 35.13%

R = 29.25%
G = 35.62%
B = 35.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#B3DAD7 (or 0xB3DAD7) is known color: Scandal. HEX triplet: B3, DA and D7. RGB value is (179,218,215). Sum of RGB (Red+Green+Blue) = 179+218+215=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DAD7 is #4C2528. Grayscale: #CDCDCD. Windows color (decimal): -4990249 or 14146227. OLE color: 14146227.

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

Color convert

RGB 179 218 215 -
CMYK 0.18 0 0.01 0.15
HSL 175.38º 0.35% 0.78% -
HSV(B) 175.38º 0.18% 0.85% -
XYZ 55.93 64.63 73.82 -
YUV 206 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 179 218 215 0.18 0 0.01 0.15 175.38 0.35 0.78
Hex B3 DA D7 12 0 1 F AF 23 4E
Octal 263 332 327 22 0 1 17 257 43 116
Binary 10110011 11011010 11010111 10010 0 1 1111 10101111 100011 1001110

Color Harmonies of #B3DAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DAD7

Black with #B3DAD7

Text Example


Text Example

White with #B3DAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DAD7; }

 p { color: rgb(179,218,215); }

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

background-color css

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

 a { background-color: rgb(179,218,215); }

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

border-color css

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

 span { border-color: rgb(179,218,215); }

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