Html Css Color HEX #B6DBDA Scandal

📋 copy color: '#B6DBDA'

red 182 ◦ green 219 ◦ blue 218

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

Shades of Scandal #B6DBDA

Tints of Scandal #B6DBDA

RGB

 RED value IS 182 (71.48% from 255) = 29.4%

 GREEN value IS 219 (85.94% from 255) = 35.38%

 BLUE value IS 218 (85.55% from 255) = 35.22%

R = 29.4%
G = 35.38%
B = 35.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#B6DBDA (or 0xB6DBDA) is known color: Scandal. HEX triplet: B6, DB and DA. RGB value is (182,219,218). Sum of RGB (Red+Green+Blue) = 182+219+218=619 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.40% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBDA is #492425. Grayscale: #CFCFCF. Windows color (decimal): -4793382 or 14343094. OLE color: 14343094.

HSL color Cylindrical-coordinate representation of color #B6DBDA: hue angle of 178.38º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DBDA is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 219 218 -
CMYK 0.17 0 0.00 0.14
HSL 178.38º 0.34% 0.79% -
HSV(B) 178.38º 0.17% 0.86% -
XYZ 57.28 65.67 75.99 -
YUV 207.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 182 219 218 0.17 0 0.00 0.14 178.38 0.34 0.79
Hex B6 DB DA 11 0 0 E B2 22 4F
Octal 266 333 332 21 0 0 16 262 42 117
Binary 10110110 11011011 11011010 10001 0 0 1110 10110010 100010 1001111

Color Harmonies of #B6DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DBDA

Black with #B6DBDA

Text Example


Text Example

White with #B6DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DBDA; }

 p { color: rgb(182,219,218); }

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

background-color css

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

 a { background-color: rgb(182,219,218); }

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

border-color css

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

 span { border-color: rgb(182,219,218); }

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