#BDD7F8

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

Shades of Pale Cornflower Blue #BDD7F8

Tints of Pale Cornflower Blue #BDD7F8

Color information

#BDD7F8 (or 0xBDD7F8) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D7 and F8. RGB value is (189,215,248). Sum of RGB (Red+Green+Blue) = 189+215+248=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDD7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7F8 is #422807. Grayscale: #D2D2D2. Windows color (decimal): -4335624 or 16308157. OLE color: 16308157.

HSL color Cylindrical-coordinate representation of color #BDD7F8: hue angle of 213.56º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD7F8 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189215248-
CMYK0.240.1300.03
HSL213.56º80.82%85.69%-
HSV(B)213.56º23.79%97.25%-
XYZ62.2366.298.3-
YUV210.99148.89112.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 215 (84.38% from 255) = 32.98%
BLUE value IS 248 (97.27% from 255) = 38.04%
R=28.99%
G=32.98%
B=38.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892152480.240.1300.03213.5680.8285.69
HexBDD7F818D03d65156
Octal275327370301503326121126
Binary1011110111010111111110001100011010111101011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7F8; }

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

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

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

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

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

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

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

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