#BBEAFE

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

Shades of Onahau #BBEAFE

Tints of Onahau #BBEAFE

Color information

#BBEAFE (or 0xBBEAFE) is unknown color: approx Onahau. HEX triplet: BB, EA and FE. RGB value is (187,234,254). Sum of RGB (Red+Green+Blue) = 187+234+254=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAFE is #441501. Grayscale: #DEDEDE. Windows color (decimal): -4461826 or 16706235. OLE color: 16706235.

HSL color Cylindrical-coordinate representation of color #BBEAFE: hue angle of 197.91º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEAFE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187234254-
CMYK0.260.0800.00
HSL197.91º97.1%86.47%-
HSV(B)197.91º26.38%99.61%-
XYZ67.8176.57104.97-
YUV222.23145.93102.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.70%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=27.70%
G=34.67%
B=37.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872342540.260.0800.00197.9197.186.47
HexBBEAFE1A800c66156
Octal273352376321000306141126
Binary101110111110101011111110110101000001100011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAFE; }

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

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

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

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

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

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

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

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