#BCE4E6

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

Shades of Onahau #BCE4E6

Tints of Onahau #BCE4E6

Color information

#BCE4E6 (or 0xBCE4E6) is unknown color: approx Onahau. HEX triplet: BC, E4 and E6. RGB value is (188,228,230). Sum of RGB (Red+Green+Blue) = 188+228+230=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCE4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4E6 is #431B19. Grayscale: #D8D8D8. Windows color (decimal): -4397850 or 15131836. OLE color: 15131836.

HSL color Cylindrical-coordinate representation of color #BCE4E6: hue angle of 182.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4E6 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188228230-
CMYK0.180.0100.10
HSL182.86º45.65%81.96%-
HSV(B)182.86º18.26%90.2%-
XYZ62.7771.8985.43-
YUV216.27135.75107.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 228 (89.45% from 255) = 35.29%
BLUE value IS 230 (90.23% from 255) = 35.60%
R=29.10%
G=35.29%
B=35.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882282300.180.0100.10182.8645.6581.96
HexBCE4E61210Ab72e52
Octal27434434622101226756122
Binary10111100111001001110011010010101010101101111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE4E6; }

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

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

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

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

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

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

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

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