Html Css Color HEX #B4D4DC Light Blue

📋 copy color: '#B4D4DC'

red 180 ◦ green 212 ◦ blue 220

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

Shades of Light Blue #B4D4DC

Tints of Light Blue #B4D4DC

RGB

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

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

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

R = 29.41%
G = 34.64%
B = 35.95%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4D4DC (or 0xB4D4DC) is known color: Light Blue. HEX triplet: B4, D4 and DC. RGB value is (180,212,220). Sum of RGB (Red+Green+Blue) = 180+212+220=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D4DC is #4B2B23. Grayscale: #CBCBCB. Windows color (decimal): -4926244 or 14472372. OLE color: 14472372.

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

Color convert

RGB 180 212 220 -
CMYK 0.18 0.04 0 0.14
HSL 192º 0.36% 0.78% -
HSV(B) 192º 0.18% 0.86% -
XYZ 55.28 61.96 76.76 -
YUV 203.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 180 212 220 0.18 0.04 0 0.14 192 0.36 0.78
Hex B4 D4 DC 12 4 0 E C0 24 4E
Octal 264 324 334 22 4 0 16 300 44 116
Binary 10110100 11010100 11011100 10010 100 0 1110 11000000 100100 1001110

Color Harmonies of #B4D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D4DC

Black with #B4D4DC

Text Example


Text Example

White with #B4D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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