#BDD5F1

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

Shades of Pale Cornflower Blue #BDD5F1

Tints of Pale Cornflower Blue #BDD5F1

Color information

#BDD5F1 (or 0xBDD5F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D5 and F1. RGB value is (189,213,241). Sum of RGB (Red+Green+Blue) = 189+213+241=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5F1 is #422A0E. Grayscale: #D0D0D0. Windows color (decimal): -4336143 or 15848893. OLE color: 15848893.

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

Color convert

RGB189213241-
CMYK0.220.1200.05
HSL212.31º65%84.31%-
HSV(B)212.31º21.58%94.51%-
XYZ60.6664.7692.52-
YUV209.02146.05113.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=29.39%
G=33.13%
B=37.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892132410.220.1200.05212.316584.31
HexBDD5F116C05d44154
Octal275325361261405324101124
Binary10111101110101011111000110110110001011101010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5F1; }

 p { color: rgb(189,213,241); }

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

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

 a { background-color: rgb(189,213,241); }

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

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

 span { border-color: rgb(189,213,241); }

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