#BBF0FD

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

Shades of Onahau #BBF0FD

Tints of Onahau #BBF0FD

Color information

#BBF0FD (or 0xBBF0FD) is unknown color: approx Onahau. HEX triplet: BB, F0 and FD. RGB value is (187,240,253). Sum of RGB (Red+Green+Blue) = 187+240+253=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0FD is #440F02. Grayscale: #E1E1E1. Windows color (decimal): -4460291 or 16642235. OLE color: 16642235.

HSL color Cylindrical-coordinate representation of color #BBF0FD: hue angle of 191.82º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF0FD is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187240253-
CMYK0.260.0500.01
HSL191.82º94.29%86.27%-
HSV(B)191.82º26.09%99.22%-
XYZ69.3879.98104.71-
YUV225.64143.44100.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.5%
GREEN value IS 240 (94.14% from 255) = 35.29%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=27.5%
G=35.29%
B=37.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872402530.260.0500.01191.8294.2986.27
HexBBF0FD1A501c05e56
Octal27336037532501300136126
Binary10111011111100001111110111010101011100000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0FD; }

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

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

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

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

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

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

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

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