#BDD7FF

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

Shades of Pale Cornflower Blue #BDD7FF

Tints of Pale Cornflower Blue #BDD7FF

Color information

#BDD7FF (or 0xBDD7FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D7 and FF. RGB value is (189,215,255). Sum of RGB (Red+Green+Blue) = 189+215+255=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7FF is #422800. Grayscale: #D3D3D3. Windows color (decimal): -4335617 or 16766909. OLE color: 16766909.

HSL color Cylindrical-coordinate representation of color #BDD7FF: hue angle of 216.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD7FF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189215255-
CMYK0.260.1600
HSL216.36º100%87.06%-
HSV(B)216.36º25.88%100%-
XYZ63.3466.64104.13-
YUV211.79152.39111.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 215 (84.38% from 255) = 32.63%
BLUE value IS 255 (100% from 255) = 38.69%
R=28.68%
G=32.63%
B=38.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892152550.260.1600216.3610087.06
HexBDD7FF1A1000d86457
Octal275327377322000330144127
Binary1011110111010111111111111101010000001101100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7FF; }

 p { color: rgb(189,215,255); }

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

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

 a { background-color: rgb(189,215,255); }

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

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

 span { border-color: rgb(189,215,255); }

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