#BBE6F8

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

Shades of Onahau #BBE6F8

Tints of Onahau #BBE6F8

Color information

#BBE6F8 (or 0xBBE6F8) is unknown color: approx Onahau. HEX triplet: BB, E6 and F8. RGB value is (187,230,248). Sum of RGB (Red+Green+Blue) = 187+230+248=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 248 (97.27% from 255 or 37.29% from 665); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBE6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6F8 is #441907. Grayscale: #DBDBDB. Windows color (decimal): -4462856 or 16311995. OLE color: 16311995.

HSL color Cylindrical-coordinate representation of color #BBE6F8: hue angle of 197.7º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE6F8 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187230248-
CMYK0.250.0700.03
HSL197.7º81.33%85.29%-
HSV(B)197.7º24.6%97.25%-
XYZ65.7373.9499.61-
YUV219.2144.25105.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.12%
GREEN value IS 230 (90.23% from 255) = 34.59%
BLUE value IS 248 (97.27% from 255) = 37.29%
R=28.12%
G=34.59%
B=37.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872302480.250.0700.03197.781.3385.29
HexBBE6F819703c65155
Octal27334637031703306121125
Binary101110111110011011111000110011110111100011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6F8; }

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

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

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

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

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

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

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

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