#BCD6FA

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

Shades of Pale Cornflower Blue #BCD6FA

Tints of Pale Cornflower Blue #BCD6FA

Color information

#BCD6FA (or 0xBCD6FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D6 and FA. RGB value is (188,214,250). Sum of RGB (Red+Green+Blue) = 188+214+250=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6FA is #432905. Grayscale: #D2D2D2. Windows color (decimal): -4401414 or 16438972. OLE color: 16438972.

HSL color Cylindrical-coordinate representation of color #BCD6FA: hue angle of 214.84º 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 #BCD6FA is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188214250-
CMYK0.250.1400.02
HSL214.84º86.11%85.88%-
HSV(B)214.84º24.8%98.04%-
XYZ62.0465.6999.85-
YUV210.33150.39112.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.83%
GREEN value IS 214 (83.98% from 255) = 32.82%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=28.83%
G=32.82%
B=38.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882142500.250.1400.02214.8486.1185.88
HexBCD6FA19E02d75656
Octal274326372311602327126126
Binary1011110011010110111110101100111100101101011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6FA; }

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

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

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

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

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

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

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

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