#B4CFDC

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

Shades of Light Blue #B4CFDC

Tints of Light Blue #B4CFDC

Color information

#B4CFDC (or 0xB4CFDC) is unknown color: approx Light Blue. HEX triplet: B4, CF and DC. RGB value is (180,207,220). Sum of RGB (Red+Green+Blue) = 180+207+220=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFDC is #4B3023. Grayscale: #C8C8C8. Windows color (decimal): -4927524 or 14471092. OLE color: 14471092.

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

Color convert

RGB180207220-
CMYK0.180.0600.14
HSL199.5º36.36%78.43%-
HSV(B)199.5º18.18%86.27%-
XYZ54.0559.576.35-
YUV200.41139.05113.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.65%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=29.65%
G=34.10%
B=36.24%

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
Decimal1802072200.180.0600.14199.536.3678.43
HexB4CFDC1260Ec8244e
Octal26431733422601631044116
Binary1011010011001111110111001001011001110110010001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFDC; }

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

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

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

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

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

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

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

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