#BBE0F1

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

Shades of Onahau #BBE0F1

Tints of Onahau #BBE0F1

Color information

#BBE0F1 (or 0xBBE0F1) is unknown color: approx Onahau. HEX triplet: BB, E0 and F1. RGB value is (187,224,241). Sum of RGB (Red+Green+Blue) = 187+224+241=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0F1 is #441F0E. Grayscale: #D6D6D6. Windows color (decimal): -4464399 or 15851707. OLE color: 15851707.

HSL color Cylindrical-coordinate representation of color #BBE0F1: hue angle of 198.89º 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 #BBE0F1 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187224241-
CMYK0.220.0700.05
HSL198.89º65.85%83.92%-
HSV(B)198.89º22.41%94.51%-
XYZ63.0370.2393.45-
YUV214.88142.74108.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.68%
GREEN value IS 224 (87.89% from 255) = 34.36%
BLUE value IS 241 (94.53% from 255) = 36.96%
R=28.68%
G=34.36%
B=36.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872242410.220.0700.05198.8965.8583.92
HexBBE0F116705c74254
Octal27334036126705307102124
Binary1011101111100000111100011011011101011100011110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0F1; }

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

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

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

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

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

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

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

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