#BBF1FA

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

Shades of Onahau #BBF1FA

Tints of Onahau #BBF1FA

Color information

#BBF1FA (or 0xBBF1FA) is unknown color: approx Onahau. HEX triplet: BB, F1 and FA. RGB value is (187,241,250). Sum of RGB (Red+Green+Blue) = 187+241+250=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1FA is #440E05. Grayscale: #E1E1E1. Windows color (decimal): -4460038 or 16445883. OLE color: 16445883.

HSL color Cylindrical-coordinate representation of color #BBF1FA: hue angle of 188.57º degrees, saturation: 0.86, 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 #BBF1FA is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187241250-
CMYK0.250.0400.02
HSL188.57º86.3%85.69%-
HSV(B)188.57º25.2%98.04%-
XYZ69.280.38102.31-
YUV225.88141.61100.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.58%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 250 (98.05% from 255) = 36.87%
R=27.58%
G=35.55%
B=36.87%

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
Decimal1872412500.250.0400.02188.5786.385.69
HexBBF1FA19402bd5656
Octal27336137231402275126126
Binary101110111111000111111010110011000101011110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1FA; }

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

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

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

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

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

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

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

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