#BBE6F1

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

Shades of Onahau #BBE6F1

Tints of Onahau #BBE6F1

Color information

#BBE6F1 (or 0xBBE6F1) is unknown color: approx Onahau. HEX triplet: BB, E6 and F1. RGB value is (187,230,241). Sum of RGB (Red+Green+Blue) = 187+230+241=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6F1 is #44190E. Grayscale: #DADADA. Windows color (decimal): -4462863 or 15853243. OLE color: 15853243.

HSL color Cylindrical-coordinate representation of color #BBE6F1: hue angle of 192.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE6F1 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187230241-
CMYK0.220.0500.05
HSL192.22º65.85%83.92%-
HSV(B)192.22º22.41%94.51%-
XYZ64.6773.5194-
YUV218.4140.75105.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 241 (94.53% from 255) = 36.63%
R=28.42%
G=34.95%
B=36.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872302410.220.0500.05192.2265.8583.92
HexBBE6F116505c04254
Octal27334636126505300102124
Binary1011101111100110111100011011010101011100000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6F1; }

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

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

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

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

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

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

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

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