Html Css Color HEX #B3DAD6 Scandal

📋 copy color: '#B3DAD6'

red 179 ◦ green 218 ◦ blue 214

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

Shades of Scandal #B3DAD6

Tints of Scandal #B3DAD6

RGB

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

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

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

R = 29.3%
G = 35.68%
B = 35.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#B3DAD6 (or 0xB3DAD6) is known color: Scandal. HEX triplet: B3, DA and D6. RGB value is (179,218,214). Sum of RGB (Red+Green+Blue) = 179+218+214=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DAD6 is #4C2529. Grayscale: #CDCDCD. Windows color (decimal): -4990250 or 14080691. OLE color: 14080691.

HSL color Cylindrical-coordinate representation of color #B3DAD6: hue angle of 173.85º 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 #B3DAD6 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 218 214 -
CMYK 0.18 0 0.02 0.15
HSL 173.85º 0.35% 0.78% -
HSV(B) 173.85º 0.18% 0.85% -
XYZ 55.8 64.58 73.14 -
YUV 205.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 179 218 214 0.18 0 0.02 0.15 173.85 0.35 0.78
Hex B3 DA D6 12 0 2 F AE 23 4E
Octal 263 332 326 22 0 2 17 256 43 116
Binary 10110011 11011010 11010110 10010 0 10 1111 10101110 100011 1001110

Color Harmonies of #B3DAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DAD6

Black with #B3DAD6

Text Example


Text Example

White with #B3DAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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