#BBF3FB

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

Shades of Onahau #BBF3FB

Tints of Onahau #BBF3FB

Color information

#BBF3FB (or 0xBBF3FB) is unknown color: approx Onahau. HEX triplet: BB, F3 and FB. RGB value is (187,243,251). Sum of RGB (Red+Green+Blue) = 187+243+251=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3FB is #440C04. Grayscale: #E3E3E3. Windows color (decimal): -4459525 or 16511931. OLE color: 16511931.

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

Color convert

RGB187243251-
CMYK0.250.0300.02
HSL187.5º88.89%85.88%-
HSV(B)187.5º25.5%98.43%-
XYZ69.9681.63103.34-
YUV227.17141.4599.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.46%
GREEN value IS 243 (95.31% from 255) = 35.68%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=27.46%
G=35.68%
B=36.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872432510.250.0300.02187.588.8985.88
HexBBF3FB19302bc5956
Octal27336337331302274131126
Binary10111011111100111111101111001110101011110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3FB; }

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

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

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

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

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

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

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

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