#B9D3F1

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

Shades of Pale Cornflower Blue #B9D3F1

Tints of Pale Cornflower Blue #B9D3F1

Color information

#B9D3F1 (or 0xB9D3F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D3 and F1. RGB value is (185,211,241). Sum of RGB (Red+Green+Blue) = 185+211+241=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9D3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D3F1 is #462C0E. Grayscale: #CECECE. Windows color (decimal): -4598799 or 15848377. OLE color: 15848377.

HSL color Cylindrical-coordinate representation of color #B9D3F1: hue angle of 212.14º 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 #B9D3F1 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185211241-
CMYK0.230.1200.05
HSL212.14º66.67%83.53%-
HSV(B)212.14º23.24%94.51%-
XYZ59.1863.2592.31-
YUV206.65147.39112.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.04%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=29.04%
G=33.12%
B=37.83%

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
Decimal1852112410.230.1200.05212.1466.6783.53
HexB9D3F117C05d44354
Octal271323361271405324103124
Binary10111001110100111111000110111110001011101010010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D3F1; }

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

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

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

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

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

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

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

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