Html Css Color HEX #B4D3DC Light Blue

📋 copy color: '#B4D3DC'

red 180 ◦ green 211 ◦ blue 220

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

Shades of Light Blue #B4D3DC

Tints of Light Blue #B4D3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.53%

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

R = 29.46%
G = 34.53%
B = 36.01%

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

#B4D3DC (or 0xB4D3DC) is known color: Light Blue. HEX triplet: B4, D3 and DC. RGB value is (180,211,220). Sum of RGB (Red+Green+Blue) = 180+211+220=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4D3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D3DC is #4B2C23. Grayscale: #CACACA. Windows color (decimal): -4926500 or 14472116. OLE color: 14472116.

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

Color convert

RGB 180 211 220 -
CMYK 0.18 0.04 0 0.14
HSL 193.5º 0.36% 0.78% -
HSV(B) 193.5º 0.18% 0.86% -
XYZ 55.03 61.46 76.67 -
YUV 202.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 180 211 220 0.18 0.04 0 0.14 193.5 0.36 0.78
Hex B4 D3 DC 12 4 0 E C2 24 4E
Octal 264 323 334 22 4 0 16 302 44 116
Binary 10110100 11010011 11011100 10010 100 0 1110 11000010 100100 1001110

Color Harmonies of #B4D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D3DC

Black with #B4D3DC

Text Example


Text Example

White with #B4D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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