#BDD5F3

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

Shades of Pale Cornflower Blue #BDD5F3

Tints of Pale Cornflower Blue #BDD5F3

Color information

#BDD5F3 (or 0xBDD5F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D5 and F3. RGB value is (189,213,243). Sum of RGB (Red+Green+Blue) = 189+213+243=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDD5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5F3 is #422A0C. Grayscale: #D1D1D1. Windows color (decimal): -4336141 or 15979965. OLE color: 15979965.

HSL color Cylindrical-coordinate representation of color #BDD5F3: hue angle of 213.33º 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 #BDD5F3 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189213243-
CMYK0.220.1200.05
HSL213.33º69.23%84.71%-
HSV(B)213.33º22.22%95.29%-
XYZ60.9664.8894.1-
YUV209.24147.05113.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 213 (83.59% from 255) = 33.02%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=29.30%
G=33.02%
B=37.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892132430.220.1200.05213.3369.2384.71
HexBDD5F316C05d54555
Octal275325363261405325105125
Binary10111101110101011111001110110110001011101010110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5F3; }

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

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

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

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

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

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

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

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