#BCE4FA

Color #BCE4FA Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BCE4FA

Tints of Onahau #BCE4FA

Color information

#BCE4FA (or 0xBCE4FA) is unknown color: approx Onahau. HEX triplet: BC, E4 and FA. RGB value is (188,228,250). Sum of RGB (Red+Green+Blue) = 188+228+250=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4FA is #431B05. Grayscale: #DADADA. Windows color (decimal): -4397830 or 16442556. OLE color: 16442556.

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

Color convert

RGB188228250-
CMYK0.250.0900.02
HSL201.29º86.11%85.88%-
HSV(B)201.29º24.8%98.04%-
XYZ65.7473.08101.08-
YUV218.55145.75106.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.23%
GREEN value IS 228 (89.45% from 255) = 34.23%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=28.23%
G=34.23%
B=37.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882282500.250.0900.02201.2986.1185.88
HexBCE4FA19902c95656
Octal274344372311102311126126
Binary1011110011100100111110101100110010101100100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE4FA; }

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

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

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

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

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

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

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

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