#BCEBEE

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

Shades of Onahau #BCEBEE

Tints of Onahau #BCEBEE

Color information

#BCEBEE (or 0xBCEBEE) is unknown color: approx Onahau. HEX triplet: BC, EB and EE. RGB value is (188,235,238). Sum of RGB (Red+Green+Blue) = 188+235+238=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBEE is #431411. Grayscale: #DDDDDD. Windows color (decimal): -4396050 or 15657916. OLE color: 15657916.

HSL color Cylindrical-coordinate representation of color #BCEBEE: hue angle of 183.6º 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 #BCEBEE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188235238-
CMYK0.210.0100.07
HSL183.6º59.52%83.53%-
HSV(B)183.6º21.01%93.33%-
XYZ65.8876.2892.14-
YUV221.29137.43104.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.44%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=28.44%
G=35.55%
B=36.01%

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
Decimal1882352380.210.0100.07183.659.5283.53
HexBCEBEE15107b83c54
Octal2743533562510727074124
Binary1011110011101011111011101010110111101110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBEE; }

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

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

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

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

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

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

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

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