#BDDBFD

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

Shades of Pale Cornflower Blue #BDDBFD

Tints of Pale Cornflower Blue #BDDBFD

Color information

#BDDBFD (or 0xBDDBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DB and FD. RGB value is (189,219,253). Sum of RGB (Red+Green+Blue) = 189+219+253=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDDBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBFD is #422402. Grayscale: #D5D5D5. Windows color (decimal): -4334595 or 16636861. OLE color: 16636861.

HSL color Cylindrical-coordinate representation of color #BDDBFD: hue angle of 211.88º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDBFD is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189219253-
CMYK0.250.1300.01
HSL211.88º94.12%86.67%-
HSV(B)211.88º25.3%99.22%-
XYZ64.0568.57102.79-
YUV213.91150.06110.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.59%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=28.59%
G=33.13%
B=38.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892192530.250.1300.01211.8894.1286.67
HexBDDBFD19D01d45e57
Octal275333375311501324136127
Binary101111011101101111111101110011101011101010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBFD; }

 p { color: rgb(189,219,253); }

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

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

 a { background-color: rgb(189,219,253); }

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

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

 span { border-color: rgb(189,219,253); }

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