#BCEAF3

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

Shades of Onahau #BCEAF3

Tints of Onahau #BCEAF3

Color information

#BCEAF3 (or 0xBCEAF3) is unknown color: approx Onahau. HEX triplet: BC, EA and F3. RGB value is (188,234,243). Sum of RGB (Red+Green+Blue) = 188+234+243=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF3 is #43150C. Grayscale: #DDDDDD. Windows color (decimal): -4396301 or 15985340. OLE color: 15985340.

HSL color Cylindrical-coordinate representation of color #BCEAF3: hue angle of 189.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCEAF3 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188234243-
CMYK0.230.0400.05
HSL189.82º69.62%84.51%-
HSV(B)189.82º22.63%95.29%-
XYZ66.3476.0195.97-
YUV221.27140.26104.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.27%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=28.27%
G=35.19%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882342430.230.0400.05189.8269.6284.51
HexBCEAF317405be4655
Octal27435236327405276106125
Binary1011110011101010111100111011110001011011111010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAF3; }

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

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

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

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

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

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

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

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