Html Css Color HEX #B3DBDA Scandal

📋 copy color: '#B3DBDA'

red 179 ◦ green 219 ◦ blue 218

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

Shades of Scandal #B3DBDA

Tints of Scandal #B3DBDA

RGB

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

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

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

R = 29.06%
G = 35.55%
B = 35.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#B3DBDA (or 0xB3DBDA) is known color: Scandal. HEX triplet: B3, DB and DA. RGB value is (179,219,218). Sum of RGB (Red+Green+Blue) = 179+219+218=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBDA is #4C2425. Grayscale: #CECECE. Windows color (decimal): -4989990 or 14343091. OLE color: 14343091.

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

Color convert

RGB 179 219 218 -
CMYK 0.18 0 0.00 0.14
HSL 178.5º 0.36% 0.78% -
HSV(B) 178.5º 0.18% 0.86% -
XYZ 56.58 65.31 75.95 -
YUV 206.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 179 219 218 0.18 0 0.00 0.14 178.5 0.36 0.78
Hex B3 DB DA 12 0 0 E B2 24 4E
Octal 263 333 332 22 0 0 16 262 44 116
Binary 10110011 11011011 11011010 10010 0 0 1110 10110010 100100 1001110

Color Harmonies of #B3DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBDA

Black with #B3DBDA

Text Example


Text Example

White with #B3DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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