#BDD8F3

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

Shades of Pale Cornflower Blue #BDD8F3

Tints of Pale Cornflower Blue #BDD8F3

Color information

#BDD8F3 (or 0xBDD8F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D8 and F3. RGB value is (189,216,243). Sum of RGB (Red+Green+Blue) = 189+216+243=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDD8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8F3 is #42270C. Grayscale: #D2D2D2. Windows color (decimal): -4335373 or 15980733. OLE color: 15980733.

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

Color convert

RGB189216243-
CMYK0.220.1100.05
HSL210º69.23%84.71%-
HSV(B)210º22.22%95.29%-
XYZ61.7266.494.36-
YUV211146.05112.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.17%
GREEN value IS 216 (84.77% from 255) = 33.33%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=29.17%
G=33.33%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892162430.220.1100.0521069.2384.71
HexBDD8F316B05d24555
Octal275330363261305322105125
Binary10111101110110001111001110110101101011101001010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8F3; }

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

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

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

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

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

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

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

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