#BDD8F1

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

Shades of Pale Cornflower Blue #BDD8F1

Tints of Pale Cornflower Blue #BDD8F1

Color information

#BDD8F1 (or 0xBDD8F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D8 and F1. RGB value is (189,216,241). Sum of RGB (Red+Green+Blue) = 189+216+241=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8F1 is #42270E. Grayscale: #D2D2D2. Windows color (decimal): -4335375 or 15849661. OLE color: 15849661.

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

Color convert

RGB189216241-
CMYK0.220.1000.05
HSL208.85º65%84.31%-
HSV(B)208.85º21.58%94.51%-
XYZ61.4266.2892.78-
YUV210.78145.05112.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 216 (84.77% from 255) = 33.44%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=29.26%
G=33.44%
B=37.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892162410.220.1000.05208.856584.31
HexBDD8F116A05d14154
Octal275330361261205321101124
Binary10111101110110001111000110110101001011101000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8F1; }

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

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

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

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

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

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

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

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