#BCEFF6

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

Shades of Onahau #BCEFF6

Tints of Onahau #BCEFF6

Color information

#BCEFF6 (or 0xBCEFF6) is unknown color: approx Onahau. HEX triplet: BC, EF and F6. RGB value is (188,239,246). Sum of RGB (Red+Green+Blue) = 188+239+246=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFF6 is #431009. Grayscale: #E0E0E0. Windows color (decimal): -4395018 or 16183228. OLE color: 16183228.

HSL color Cylindrical-coordinate representation of color #BCEFF6: hue angle of 187.24º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEFF6 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188239246-
CMYK0.240.0300.04
HSL187.24º76.32%85.1%-
HSV(B)187.24º23.58%96.47%-
XYZ68.2479.0898.86-
YUV224.55140.1101.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.93%
GREEN value IS 239 (93.75% from 255) = 35.51%
BLUE value IS 246 (96.48% from 255) = 36.55%
R=27.93%
G=35.51%
B=36.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882392460.240.0300.04187.2476.3285.1
HexBCEFF618304bb4c55
Octal27435736630304273114125
Binary101111001110111111110110110001101001011101110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFF6; }

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

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

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

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

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

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

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

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