#BCEFFB

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

Shades of Onahau #BCEFFB

Tints of Onahau #BCEFFB

Color information

#BCEFFB (or 0xBCEFFB) is unknown color: approx Onahau. HEX triplet: BC, EF and FB. RGB value is (188,239,251). Sum of RGB (Red+Green+Blue) = 188+239+251=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFFB is #431004. Grayscale: #E1E1E1. Windows color (decimal): -4395013 or 16510908. OLE color: 16510908.

HSL color Cylindrical-coordinate representation of color #BCEFFB: hue angle of 191.43º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEFFB is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188239251-
CMYK0.250.0500.02
HSL191.43º88.73%86.08%-
HSV(B)191.43º25.1%98.43%-
XYZ69.0279.39102.95-
YUV225.12142.6101.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.73%
GREEN value IS 239 (93.75% from 255) = 35.25%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=27.73%
G=35.25%
B=37.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882392510.250.0500.02191.4388.7386.08
HexBCEFFB19502bf5956
Octal27435737331502277131126
Binary101111001110111111111011110011010101011111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFFB; }

 p { color: rgb(188,239,251); }

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

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

 a { background-color: rgb(188,239,251); }

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

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

 span { border-color: rgb(188,239,251); }

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