#BBEEFF

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

Shades of Onahau #BBEEFF

Tints of Onahau #BBEEFF

Color information

#BBEEFF (or 0xBBEEFF) is unknown color: approx Onahau. HEX triplet: BB, EE and FF. RGB value is (187,238,255). Sum of RGB (Red+Green+Blue) = 187+238+255=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEFF is #441100. Grayscale: #E0E0E0. Windows color (decimal): -4460801 or 16772795. OLE color: 16772795.

HSL color Cylindrical-coordinate representation of color #BBEEFF: hue angle of 195º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBEEFF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187238255-
CMYK0.270.0700
HSL195º100%86.67%-
HSV(B)195º26.67%100%-
XYZ69.1278.93106.2-
YUV224.69145.1101.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.5%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 255 (100% from 255) = 37.5%
R=27.5%
G=35%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872382550.270.070019510086.67
HexBBEEFF1B700c36457
Octal27335637733700303144127
Binary10111011111011101111111111011111001100001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEFF; }

 p { color: rgb(187,238,255); }

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

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

 a { background-color: rgb(187,238,255); }

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

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

 span { border-color: rgb(187,238,255); }

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