#BCD5F3

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

Shades of Pale Cornflower Blue #BCD5F3

Tints of Pale Cornflower Blue #BCD5F3

Color information

#BCD5F3 (or 0xBCD5F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D5 and F3. RGB value is (188,213,243). Sum of RGB (Red+Green+Blue) = 188+213+243=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCD5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5F3 is #432A0C. Grayscale: #D0D0D0. Windows color (decimal): -4401677 or 15979964. OLE color: 15979964.

HSL color Cylindrical-coordinate representation of color #BCD5F3: hue angle of 212.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD5F3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188213243-
CMYK0.230.1200.05
HSL212.73º69.62%84.51%-
HSV(B)212.73º22.63%95.29%-
XYZ60.7164.7594.09-
YUV208.94147.22113.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.19%
GREEN value IS 213 (83.59% from 255) = 33.07%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=29.19%
G=33.07%
B=37.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882132430.230.1200.05212.7369.6284.51
HexBCD5F317C05d54655
Octal274325363271405325106125
Binary10111100110101011111001110111110001011101010110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5F3; }

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

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

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

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

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

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

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

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