#BDD6F0

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

Shades of Pale Cornflower Blue #BDD6F0

Tints of Pale Cornflower Blue #BDD6F0

Color information

#BDD6F0 (or 0xBDD6F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D6 and F0. RGB value is (189,214,240). Sum of RGB (Red+Green+Blue) = 189+214+240=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDD6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6F0 is #42290F. Grayscale: #D1D1D1. Windows color (decimal): -4335888 or 15783613. OLE color: 15783613.

HSL color Cylindrical-coordinate representation of color #BDD6F0: hue angle of 210.59º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD6F0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189214240-
CMYK0.210.1100.06
HSL210.59º62.96%84.12%-
HSV(B)210.59º21.25%94.12%-
XYZ60.7665.291.82-
YUV209.49145.22113.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=29.39%
G=33.28%
B=37.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892142400.210.1100.06210.5962.9684.12
HexBDD6F015B06d33f54
Octal27532636025130632377124
Binary1011110111010110111100001010110110110110100111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6F0; }

 p { color: rgb(189,214,240); }

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

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

 a { background-color: rgb(189,214,240); }

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

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

 span { border-color: rgb(189,214,240); }

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