#BCE2F7

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

Shades of Onahau #BCE2F7

Tints of Onahau #BCE2F7

Color information

#BCE2F7 (or 0xBCE2F7) is unknown color: approx Onahau. HEX triplet: BC, E2 and F7. RGB value is (188,226,247). Sum of RGB (Red+Green+Blue) = 188+226+247=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCE2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2F7 is #431D08. Grayscale: #D8D8D8. Windows color (decimal): -4398345 or 16245436. OLE color: 16245436.

HSL color Cylindrical-coordinate representation of color #BCE2F7: hue angle of 201.36º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE2F7 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188226247-
CMYK0.240.0900.03
HSL201.36º78.67%85.29%-
HSV(B)201.36º23.89%96.86%-
XYZ64.7271.898.44-
YUV217.03144.91107.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.44%
GREEN value IS 226 (88.67% from 255) = 34.19%
BLUE value IS 247 (96.88% from 255) = 37.37%
R=28.44%
G=34.19%
B=37.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882262470.240.0900.03201.3678.6785.29
HexBCE2F718903c94f55
Octal274342367301103311117125
Binary1011110011100010111101111100010010111100100110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2F7; }

 p { color: rgb(188,226,247); }

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

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

 a { background-color: rgb(188,226,247); }

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

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

 span { border-color: rgb(188,226,247); }

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