#BBE1F1

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

Shades of Onahau #BBE1F1

Tints of Onahau #BBE1F1

Color information

#BBE1F1 (or 0xBBE1F1) is unknown color: approx Onahau. HEX triplet: BB, E1 and F1. RGB value is (187,225,241). Sum of RGB (Red+Green+Blue) = 187+225+241=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1F1 is #441E0E. Grayscale: #D7D7D7. Windows color (decimal): -4464143 or 15851963. OLE color: 15851963.

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

Color convert

RGB187225241-
CMYK0.220.0700.05
HSL197.78º65.85%83.92%-
HSV(B)197.78º22.41%94.51%-
XYZ63.370.7793.54-
YUV215.46142.41107.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 225 (88.28% from 255) = 34.46%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=28.64%
G=34.46%
B=36.91%

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
Decimal1872252410.220.0700.05197.7865.8583.92
HexBBE1F116705c64254
Octal27334136126705306102124
Binary1011101111100001111100011011011101011100011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1F1; }

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

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

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

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

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

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

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

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