Html Css Color HEX #B2D4DC Light Blue

📋 copy color: '#B2D4DC'

red 178 ◦ green 212 ◦ blue 220

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

Shades of Light Blue #B2D4DC

Tints of Light Blue #B2D4DC

RGB

 RED value IS 178 (69.92% from 255) = 29.18%

 GREEN value IS 212 (83.2% from 255) = 34.75%

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 29.18%
G = 34.75%
B = 36.07%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2D4DC (or 0xB2D4DC) is known color: Light Blue. HEX triplet: B2, D4 and DC. RGB value is (178,212,220). Sum of RGB (Red+Green+Blue) = 178+212+220=610 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.18% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2D4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D4DC is #4D2B23. Grayscale: #CACACA. Windows color (decimal): -5057316 or 14472370. OLE color: 14472370.

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

Color convert

RGB 178 212 220 -
CMYK 0.19 0.04 0 0.14
HSL 191.43º 0.38% 0.78% -
HSV(B) 191.43º 0.19% 0.86% -
XYZ 54.82 61.72 76.73 -
YUV 202.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 178 212 220 0.19 0.04 0 0.14 191.43 0.38 0.78
Hex B2 D4 DC 13 4 0 E BF 26 4E
Octal 262 324 334 23 4 0 16 277 46 116
Binary 10110010 11010100 11011100 10011 100 0 1110 10111111 100110 1001110

Color Harmonies of #B2D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D4DC

Black with #B2D4DC

Text Example


Text Example

White with #B2D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D4DC; }

 p { color: rgb(178,212,220); }

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

background-color css

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

 a { background-color: rgb(178,212,220); }

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

border-color css

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

 span { border-color: rgb(178,212,220); }

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