#BCDBF1

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

Shades of Pale Cornflower Blue #BCDBF1

Tints of Pale Cornflower Blue #BCDBF1

Color information

#BCDBF1 (or 0xBCDBF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DB and F1. RGB value is (188,219,241). Sum of RGB (Red+Green+Blue) = 188+219+241=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBF1 is #43240E. Grayscale: #D4D4D4. Windows color (decimal): -4400143 or 15850428. OLE color: 15850428.

HSL color Cylindrical-coordinate representation of color #BCDBF1: hue angle of 204.91º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCDBF1 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188219241-
CMYK0.220.0900.05
HSL204.91º65.43%84.12%-
HSV(B)204.91º21.99%94.51%-
XYZ61.9567.7193.02-
YUV212.24144.23110.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=29.01%
G=33.80%
B=37.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882192410.220.0900.05204.9165.4384.12
HexBCDBF116905cd4154
Octal274333361261105315101124
Binary10111100110110111111000110110100101011100110110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBF1; }

 p { color: rgb(188,219,241); }

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

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

 a { background-color: rgb(188,219,241); }

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

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

 span { border-color: rgb(188,219,241); }

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