#BCF0FE

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

Shades of Onahau #BCF0FE

Tints of Onahau #BCF0FE

Color information

#BCF0FE (or 0xBCF0FE) is unknown color: approx Onahau. HEX triplet: BC, F0 and FE. RGB value is (188,240,254). Sum of RGB (Red+Green+Blue) = 188+240+254=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0FE is #430F01. Grayscale: #E1E1E1. Windows color (decimal): -4394754 or 16707772. OLE color: 16707772.

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

Color convert

RGB188240254-
CMYK0.260.0600.00
HSL192.73º97.06%86.67%-
HSV(B)192.73º25.98%99.61%-
XYZ69.7980.17105.56-
YUV226.05143.77100.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.57%
GREEN value IS 240 (94.14% from 255) = 35.19%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=27.57%
G=35.19%
B=37.24%

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
Decimal1882402540.260.0600.00192.7397.0686.67
HexBCF0FE1A600c16157
Octal27436037632600301141127
Binary10111100111100001111111011010110001100000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0FE; }

 p { color: rgb(188,240,254); }

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

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

 a { background-color: rgb(188,240,254); }

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

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

 span { border-color: rgb(188,240,254); }

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