#B9D7F1

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

Shades of Pale Cornflower Blue #B9D7F1

Tints of Pale Cornflower Blue #B9D7F1

Color information

#B9D7F1 (or 0xB9D7F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, D7 and F1. RGB value is (185,215,241). Sum of RGB (Red+Green+Blue) = 185+215+241=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D7F1 is #46280E. Grayscale: #D0D0D0. Windows color (decimal): -4597775 or 15849401. OLE color: 15849401.

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

Color convert

RGB185215241-
CMYK0.230.1100.05
HSL207.86º66.67%83.53%-
HSV(B)207.86º23.24%94.51%-
XYZ60.1965.2792.64-
YUV208.99146.06110.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.86%
GREEN value IS 215 (84.38% from 255) = 33.54%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=28.86%
G=33.54%
B=37.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852152410.230.1100.05207.8666.6783.53
HexB9D7F117B05d04354
Octal271327361271305320103124
Binary10111001110101111111000110111101101011101000010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D7F1; }

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

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

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

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

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

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

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

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