#B4CEDC

Color #B4CEDC Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #B4CEDC

Tints of Light Blue #B4CEDC

Color information

#B4CEDC (or 0xB4CEDC) is unknown color: approx Light Blue. HEX triplet: B4, CE and DC. RGB value is (180,206,220). Sum of RGB (Red+Green+Blue) = 180+206+220=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEDC is #4B3123. Grayscale: #C7C7C7. Windows color (decimal): -4927780 or 14470836. OLE color: 14470836.

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

Color convert

RGB180206220-
CMYK0.180.0600.14
HSL201º36.36%78.43%-
HSV(B)201º18.18%86.27%-
XYZ53.8159.0176.26-
YUV199.82139.39113.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.70%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=29.70%
G=33.99%
B=36.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802062200.180.0600.1420136.3678.43
HexB4CEDC1260Ec9244e
Octal26431633422601631144116
Binary1011010011001110110111001001011001110110010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEDC; }

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

 H1.HeaderClassName
 {
   color: #B4CEDC;
 }
 .AnyTagClassName
 {
   color: #B4CEDC;
 }
</style>
background-color css

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

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

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

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

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

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