#BCEAEE

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

Shades of Onahau #BCEAEE

Tints of Onahau #BCEAEE

Color information

#BCEAEE (or 0xBCEAEE) is unknown color: approx Onahau. HEX triplet: BC, EA and EE. RGB value is (188,234,238). Sum of RGB (Red+Green+Blue) = 188+234+238=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAEE is #431511. Grayscale: #DCDCDC. Windows color (decimal): -4396306 or 15657660. OLE color: 15657660.

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

Color convert

RGB188234238-
CMYK0.210.0200.07
HSL184.8º59.52%83.53%-
HSV(B)184.8º21.01%93.33%-
XYZ65.5975.7192.05-
YUV220.7137.76104.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.48%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=28.48%
G=35.45%
B=36.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882342380.210.0200.07184.859.5283.53
HexBCEAEE15207b93c54
Octal2743523562520727174124
Binary10111100111010101110111010101100111101110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAEE; }

 p { color: rgb(188,234,238); }

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

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

 a { background-color: rgb(188,234,238); }

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

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

 span { border-color: rgb(188,234,238); }

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