#BCDBF3

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

Shades of Pale Cornflower Blue #BCDBF3

Tints of Pale Cornflower Blue #BCDBF3

Color information

#BCDBF3 (or 0xBCDBF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DB and F3. RGB value is (188,219,243). Sum of RGB (Red+Green+Blue) = 188+219+243=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCDBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBF3 is #43240C. Grayscale: #D4D4D4. Windows color (decimal): -4400141 or 15981500. OLE color: 15981500.

HSL color Cylindrical-coordinate representation of color #BCDBF3: hue angle of 206.18º 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 #BCDBF3 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188219243-
CMYK0.230.1000.05
HSL206.18º69.62%84.51%-
HSV(B)206.18º22.63%95.29%-
XYZ62.2567.8394.6-
YUV212.47145.23110.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=28.92%
G=33.69%
B=37.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882192430.230.1000.05206.1869.6284.51
HexBCDBF317A05ce4655
Octal274333363271205316106125
Binary10111100110110111111001110111101001011100111010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBF3; }

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

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

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

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

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

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

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

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