#B4D4F9

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

Shades of Pale Cornflower Blue #B4D4F9

Tints of Pale Cornflower Blue #B4D4F9

Color information

#B4D4F9 (or 0xB4D4F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, D4 and F9. RGB value is (180,212,249). Sum of RGB (Red+Green+Blue) = 180+212+249=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4D4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D4F9 is #4B2B06. Grayscale: #CECECE. Windows color (decimal): -4926215 or 16372916. OLE color: 16372916.

HSL color Cylindrical-coordinate representation of color #B4D4F9: hue angle of 212.17º 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 #B4D4F9 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180212249-
CMYK0.280.1500.02
HSL212.17º85.19%84.12%-
HSV(B)212.17º27.71%97.65%-
XYZ59.4663.6398.77-
YUV206.65151.9108.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.08%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 249 (97.66% from 255) = 38.85%
R=28.08%
G=33.07%
B=38.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802122490.280.1500.02212.1785.1984.12
HexB4D4F91CF02d45554
Octal264324371341702324125124
Binary1011010011010100111110011110011110101101010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D4F9; }

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

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

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

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

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

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

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

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