#BBF0FE

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

Shades of Onahau #BBF0FE

Tints of Onahau #BBF0FE

Color information

#BBF0FE (or 0xBBF0FE) is unknown color: approx Onahau. HEX triplet: BB, F0 and FE. RGB value is (187,240,254). Sum of RGB (Red+Green+Blue) = 187+240+254=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0FE is #440F01. Grayscale: #E1E1E1. Windows color (decimal): -4460290 or 16707771. OLE color: 16707771.

HSL color Cylindrical-coordinate representation of color #BBF0FE: hue angle of 192.54º 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 #BBF0FE is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187240254-
CMYK0.260.0600.00
HSL192.54º97.1%86.47%-
HSV(B)192.54º26.38%99.61%-
XYZ69.5480.04105.55-
YUV225.75143.94100.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.46%
GREEN value IS 240 (94.14% from 255) = 35.24%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=27.46%
G=35.24%
B=37.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872402540.260.0600.00192.5497.186.47
HexBBF0FE1A600c16156
Octal27336037632600301141126
Binary10111011111100001111111011010110001100000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0FE; }

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

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

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

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

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

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

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

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