#BBF1FB

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

Shades of Onahau #BBF1FB

Tints of Onahau #BBF1FB

Color information

#BBF1FB (or 0xBBF1FB) is unknown color: approx Onahau. HEX triplet: BB, F1 and FB. RGB value is (187,241,251). Sum of RGB (Red+Green+Blue) = 187+241+251=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1FB is #440E04. Grayscale: #E1E1E1. Windows color (decimal): -4460037 or 16511419. OLE color: 16511419.

HSL color Cylindrical-coordinate representation of color #BBF1FB: hue angle of 189.38º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF1FB is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187241251-
CMYK0.250.0400.02
HSL189.38º88.89%85.88%-
HSV(B)189.38º25.5%98.43%-
XYZ69.3680.44103.14-
YUV225.99142.11100.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.54%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=27.54%
G=35.49%
B=36.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872412510.250.0400.02189.3888.8985.88
HexBBF1FB19402bd5956
Octal27336137331402275131126
Binary101110111111000111111011110011000101011110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1FB; }

 p { color: rgb(187,241,251); }

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

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

 a { background-color: rgb(187,241,251); }

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

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

 span { border-color: rgb(187,241,251); }

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