#BBEFFE

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

Shades of Onahau #BBEFFE

Tints of Onahau #BBEFFE

Color information

#BBEFFE (or 0xBBEFFE) is unknown color: approx Onahau. HEX triplet: BB, EF and FE. RGB value is (187,239,254). Sum of RGB (Red+Green+Blue) = 187+239+254=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFFE is #441001. Grayscale: #E1E1E1. Windows color (decimal): -4460546 or 16707515. OLE color: 16707515.

HSL color Cylindrical-coordinate representation of color #BBEFFE: hue angle of 193.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEFFE is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187239254-
CMYK0.260.0600.00
HSL193.43º97.1%86.47%-
HSV(B)193.43º26.38%99.61%-
XYZ69.2579.45105.45-
YUV225.16144.27100.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.5%
GREEN value IS 239 (93.75% from 255) = 35.15%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=27.5%
G=35.15%
B=37.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872392540.260.0600.00193.4397.186.47
HexBBEFFE1A600c16156
Octal27335737632600301141126
Binary10111011111011111111111011010110001100000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFFE; }

 p { color: rgb(187,239,254); }

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

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

 a { background-color: rgb(187,239,254); }

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

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

 span { border-color: rgb(187,239,254); }

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