#BCD4FA

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

Shades of Pale Cornflower Blue #BCD4FA

Tints of Pale Cornflower Blue #BCD4FA

Color information

#BCD4FA (or 0xBCD4FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D4 and FA. RGB value is (188,212,250). Sum of RGB (Red+Green+Blue) = 188+212+250=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4FA is #432B05. Grayscale: #D0D0D0. Windows color (decimal): -4401926 or 16438460. OLE color: 16438460.

HSL color Cylindrical-coordinate representation of color #BCD4FA: hue angle of 216.77º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD4FA is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188212250-
CMYK0.250.1500.02
HSL216.77º86.11%85.88%-
HSV(B)216.77º24.8%98.04%-
XYZ61.5464.6899.68-
YUV209.16151.05112.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 212 (83.20% from 255) = 32.62%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=28.92%
G=32.62%
B=38.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882122500.250.1500.02216.7786.1185.88
HexBCD4FA19F02d95656
Octal274324372311702331126126
Binary1011110011010100111110101100111110101101100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4FA; }

 p { color: rgb(188,212,250); }

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

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

 a { background-color: rgb(188,212,250); }

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

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

 span { border-color: rgb(188,212,250); }

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