#B4DDF9

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

Shades of Pale Cornflower Blue #B4DDF9

Tints of Pale Cornflower Blue #B4DDF9

Color information

#B4DDF9 (or 0xB4DDF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DD and F9. RGB value is (180,221,249). Sum of RGB (Red+Green+Blue) = 180+221+249=650 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.69% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4DDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DDF9 is #4B2206. Grayscale: #D3D3D3. Windows color (decimal): -4923911 or 16375220. OLE color: 16375220.

HSL color Cylindrical-coordinate representation of color #B4DDF9: hue angle of 204.35º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4DDF9 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180221249-
CMYK0.280.1100.02
HSL204.35º85.19%84.12%-
HSV(B)204.35º27.71%97.65%-
XYZ61.7868.2699.54-
YUV211.93148.92105.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.69%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=27.69%
G=34%
B=38.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802212490.280.1100.02204.3585.1984.12
HexB4DDF91CB02cc5554
Octal264335371341302314125124
Binary1011010011011101111110011110010110101100110010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DDF9; }

 p { color: rgb(180,221,249); }

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

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

 a { background-color: rgb(180,221,249); }

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

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

 span { border-color: rgb(180,221,249); }

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