#BBE7F1

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

Shades of Onahau #BBE7F1

Tints of Onahau #BBE7F1

Color information

#BBE7F1 (or 0xBBE7F1) is unknown color: approx Onahau. HEX triplet: BB, E7 and F1. RGB value is (187,231,241). Sum of RGB (Red+Green+Blue) = 187+231+241=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7F1 is #44180E. Grayscale: #DADADA. Windows color (decimal): -4462607 or 15853499. OLE color: 15853499.

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

Color convert

RGB187231241-
CMYK0.220.0400.05
HSL191.11º65.85%83.92%-
HSV(B)191.11º22.41%94.51%-
XYZ64.9574.0794.09-
YUV218.98140.42105.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.38%
GREEN value IS 231 (90.62% from 255) = 35.05%
BLUE value IS 241 (94.53% from 255) = 36.57%
R=28.38%
G=35.05%
B=36.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872312410.220.0400.05191.1165.8583.92
HexBBE7F116405bf4254
Octal27334736126405277102124
Binary1011101111100111111100011011010001011011111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7F1; }

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

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

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

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

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

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

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

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