#BCD7ED

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

Shades of Pale Cornflower Blue #BCD7ED

Tints of Pale Cornflower Blue #BCD7ED

Color information

#BCD7ED (or 0xBCD7ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D7 and ED. RGB value is (188,215,237). Sum of RGB (Red+Green+Blue) = 188+215+237=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7ED is #432812. Grayscale: #D1D1D1. Windows color (decimal): -4401171 or 15587260. OLE color: 15587260.

HSL color Cylindrical-coordinate representation of color #BCD7ED: hue angle of 206.94º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD7ED is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188215237-
CMYK0.210.0900.07
HSL206.94º57.65%83.33%-
HSV(B)206.94º20.68%92.94%-
XYZ60.3365.4189.57-
YUV209.44143.55112.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.38%
GREEN value IS 215 (84.38% from 255) = 33.59%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=29.38%
G=33.59%
B=37.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882152370.210.0900.07206.9457.6583.33
HexBCD7ED15907cf3a53
Octal27432735525110731772123
Binary1011110011010111111011011010110010111110011111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7ED; }

 p { color: rgb(188,215,237); }

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

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

 a { background-color: rgb(188,215,237); }

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

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

 span { border-color: rgb(188,215,237); }

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