#BBEAF7

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

Shades of Onahau #BBEAF7

Tints of Onahau #BBEAF7

Color information

#BBEAF7 (or 0xBBEAF7) is unknown color: approx Onahau. HEX triplet: BB, EA and F7. RGB value is (187,234,247). Sum of RGB (Red+Green+Blue) = 187+234+247=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF7 is #441508. Grayscale: #DDDDDD. Windows color (decimal): -4461833 or 16247483. OLE color: 16247483.

HSL color Cylindrical-coordinate representation of color #BBEAF7: hue angle of 193º 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 #BBEAF7 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187234247-
CMYK0.240.0500.03
HSL193º78.95%85.1%-
HSV(B)193º24.29%96.86%-
XYZ66.776.1399.17-
YUV221.43142.43103.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 234 (91.80% from 255) = 35.03%
BLUE value IS 247 (96.88% from 255) = 36.98%
R=27.99%
G=35.03%
B=36.98%

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
Decimal1872342470.240.0500.0319378.9585.1
HexBBEAF718503c14f55
Octal27335236730503301117125
Binary101110111110101011110111110001010111100000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAF7; }

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

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

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

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

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

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

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

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