#BCE7F0

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

Shades of Onahau #BCE7F0

Tints of Onahau #BCE7F0

Color information

#BCE7F0 (or 0xBCE7F0) is unknown color: approx Onahau. HEX triplet: BC, E7 and F0. RGB value is (188,231,240). Sum of RGB (Red+Green+Blue) = 188+231+240=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCE7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7F0 is #43180F. Grayscale: #DBDBDB. Windows color (decimal): -4397072 or 15787964. OLE color: 15787964.

HSL color Cylindrical-coordinate representation of color #BCE7F0: hue angle of 190.38º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE7F0 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188231240-
CMYK0.220.0400.06
HSL190.38º63.41%83.92%-
HSV(B)190.38º21.67%94.12%-
XYZ65.0474.1393.32-
YUV219.17139.75105.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 231 (90.62% from 255) = 35.05%
BLUE value IS 240 (94.14% from 255) = 36.42%
R=28.53%
G=35.05%
B=36.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882312400.220.0400.06190.3863.4183.92
HexBCE7F016406be3f54
Octal2743473602640627677124
Binary101111001110011111110000101101000110101111101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7F0; }

 p { color: rgb(188,231,240); }

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

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

 a { background-color: rgb(188,231,240); }

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

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

 span { border-color: rgb(188,231,240); }

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