#BBEFFF

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

Shades of Onahau #BBEFFF

Tints of Onahau #BBEFFF

Color information

#BBEFFF (or 0xBBEFFF) is unknown color: approx Onahau. HEX triplet: BB, EF and FF. RGB value is (187,239,255). Sum of RGB (Red+Green+Blue) = 187+239+255=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFFF is #441000. Grayscale: #E1E1E1. Windows color (decimal): -4460545 or 16773051. OLE color: 16773051.

HSL color Cylindrical-coordinate representation of color #BBEFFF: hue angle of 194.12º 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 #BBEFFF is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187239255-
CMYK0.270.0600
HSL194.12º100%86.67%-
HSV(B)194.12º26.67%100%-
XYZ69.4179.52106.3-
YUV225.28144.77100.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.46%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 255 (100% from 255) = 37.44%
R=27.46%
G=35.10%
B=37.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872392550.270.0600194.1210086.67
HexBBEFFF1B600c26457
Octal27335737733600302144127
Binary10111011111011111111111111011110001100001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFFF; }

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

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

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

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

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

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

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

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