#BCDCFD

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

Shades of Pale Cornflower Blue #BCDCFD

Tints of Pale Cornflower Blue #BCDCFD

Color information

#BCDCFD (or 0xBCDCFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DC and FD. RGB value is (188,220,253). Sum of RGB (Red+Green+Blue) = 188+220+253=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 220 (86.33% from 255 or 33.28% 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 #BCDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCFD is #432302. Grayscale: #D6D6D6. Windows color (decimal): -4399875 or 16637116. OLE color: 16637116.

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

Color convert

RGB188220253-
CMYK0.260.1300.01
HSL210.46º94.2%86.47%-
HSV(B)210.46º25.69%99.22%-
XYZ64.0668.97102.86-
YUV214.19149.9109.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.44%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=28.44%
G=33.28%
B=38.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882202530.260.1300.01210.4694.286.47
HexBCDCFD1AD01d25e56
Octal274334375321501322136126
Binary101111001101110011111101110101101011101001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCFD; }

 p { color: rgb(188,220,253); }

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

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

 a { background-color: rgb(188,220,253); }

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

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

 span { border-color: rgb(188,220,253); }

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