Html Css Color HEX #B4DBDA Scandal

📋 copy color: '#B4DBDA'

red 180 ◦ green 219 ◦ blue 218

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

Shades of Scandal #B4DBDA

Tints of Scandal #B4DBDA

RGB

 RED value IS 180 (70.7% from 255) = 29.17%

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

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

R = 29.17%
G = 35.49%
B = 35.33%

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

#B4DBDA (or 0xB4DBDA) is known color: Scandal. HEX triplet: B4, DB and DA. RGB value is (180,219,218). Sum of RGB (Red+Green+Blue) = 180+219+218=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBDA is #4B2425. Grayscale: #CFCFCF. Windows color (decimal): -4924454 or 14343092. OLE color: 14343092.

HSL color Cylindrical-coordinate representation of color #B4DBDA: hue angle of 178.46º degrees, saturation: 0.35, 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 #B4DBDA is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 219 218 -
CMYK 0.18 0 0.00 0.14
HSL 178.46º 0.35% 0.78% -
HSV(B) 178.46º 0.18% 0.86% -
XYZ 56.81 65.43 75.96 -
YUV 207.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 180 219 218 0.18 0 0.00 0.14 178.46 0.35 0.78
Hex B4 DB DA 12 0 0 E B2 23 4E
Octal 264 333 332 22 0 0 16 262 43 116
Binary 10110100 11011011 11011010 10010 0 0 1110 10110010 100011 1001110

Color Harmonies of #B4DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBDA

Black with #B4DBDA

Text Example


Text Example

White with #B4DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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