#B9D4F1

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

Shades of Pale Cornflower Blue #B9D4F1

Tints of Pale Cornflower Blue #B9D4F1

Color information

#B9D4F1 (or 0xB9D4F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D4 and F1. RGB value is (185,212,241). Sum of RGB (Red+Green+Blue) = 185+212+241=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9D4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D4F1 is #462B0E. Grayscale: #CFCFCF. Windows color (decimal): -4598543 or 15848633. OLE color: 15848633.

HSL color Cylindrical-coordinate representation of color #B9D4F1: hue angle of 211.07º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9D4F1 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185212241-
CMYK0.230.1200.05
HSL211.07º66.67%83.53%-
HSV(B)211.07º23.24%94.51%-
XYZ59.4363.7592.39-
YUV207.23147.05112.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.00%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=29.00%
G=33.23%
B=37.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852122410.230.1200.05211.0766.6783.53
HexB9D4F117C05d34354
Octal271324361271405323103124
Binary10111001110101001111000110111110001011101001110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D4F1; }

 p { color: rgb(185,212,241); }

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

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

 a { background-color: rgb(185,212,241); }

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

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

 span { border-color: rgb(185,212,241); }

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