#B4D7F9

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

Shades of Pale Cornflower Blue #B4D7F9

Tints of Pale Cornflower Blue #B4D7F9

Color information

#B4D7F9 (or 0xB4D7F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, D7 and F9. RGB value is (180,215,249). Sum of RGB (Red+Green+Blue) = 180+215+249=644 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.95% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4D7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D7F9 is #4B2806. Grayscale: #D0D0D0. Windows color (decimal): -4925447 or 16373684. OLE color: 16373684.

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

Color convert

RGB180215249-
CMYK0.280.1400.02
HSL209.57º85.19%84.12%-
HSV(B)209.57º27.71%97.65%-
XYZ60.2265.1499.02-
YUV208.41150.9107.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.95%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=27.95%
G=33.39%
B=38.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802152490.280.1400.02209.5785.1984.12
HexB4D7F91CE02d25554
Octal264327371341602322125124
Binary1011010011010111111110011110011100101101001010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D7F9; }

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

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

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

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

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

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

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

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