#BCEBED

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

Shades of Onahau #BCEBED

Tints of Onahau #BCEBED

Color information

#BCEBED (or 0xBCEBED) is unknown color: approx Onahau. HEX triplet: BC, EB and ED. RGB value is (188,235,237). Sum of RGB (Red+Green+Blue) = 188+235+237=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBED is #431412. Grayscale: #DDDDDD. Windows color (decimal): -4396051 or 15592380. OLE color: 15592380.

HSL color Cylindrical-coordinate representation of color #BCEBED: hue angle of 182.45º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEBED is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188235237-
CMYK0.210.0100.07
HSL182.45º57.65%83.33%-
HSV(B)182.45º20.68%92.94%-
XYZ65.7376.2291.37-
YUV221.18136.93104.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.48%
GREEN value IS 235 (92.19% from 255) = 35.61%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=28.48%
G=35.61%
B=35.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882352370.210.0100.07182.4557.6583.33
HexBCEBED15107b63a53
Octal2743533552510726672123
Binary1011110011101011111011011010110111101101101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBED; }

 p { color: rgb(188,235,237); }

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

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

 a { background-color: rgb(188,235,237); }

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

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

 span { border-color: rgb(188,235,237); }

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