#BCEAF7

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

Shades of Onahau #BCEAF7

Tints of Onahau #BCEAF7

Color information

#BCEAF7 (or 0xBCEAF7) is unknown color: approx Onahau. HEX triplet: BC, EA and F7. RGB value is (188,234,247). Sum of RGB (Red+Green+Blue) = 188+234+247=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF7 is #431508. Grayscale: #DDDDDD. Windows color (decimal): -4396297 or 16247484. OLE color: 16247484.

HSL color Cylindrical-coordinate representation of color #BCEAF7: hue angle of 193.22º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEAF7 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188234247-
CMYK0.240.0500.03
HSL193.22º78.67%85.29%-
HSV(B)193.22º23.89%96.86%-
XYZ66.9576.2599.19-
YUV221.73142.26103.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.10%
GREEN value IS 234 (91.80% from 255) = 34.98%
BLUE value IS 247 (96.88% from 255) = 36.92%
R=28.10%
G=34.98%
B=36.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882342470.240.0500.03193.2278.6785.29
HexBCEAF718503c14f55
Octal27435236730503301117125
Binary101111001110101011110111110001010111100000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAF7; }

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

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

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

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

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

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

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

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