#BCEFFF

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

Shades of Onahau #BCEFFF

Tints of Onahau #BCEFFF

Color information

#BCEFFF (or 0xBCEFFF) is unknown color: approx Onahau. HEX triplet: BC, EF and FF. RGB value is (188,239,255). Sum of RGB (Red+Green+Blue) = 188+239+255=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFFF is #431000. Grayscale: #E1E1E1. Windows color (decimal): -4395009 or 16773052. OLE color: 16773052.

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

Color convert

RGB188239255-
CMYK0.260.0600
HSL194.33º100%86.86%-
HSV(B)194.33º26.27%100%-
XYZ69.6679.64106.31-
YUV225.57144.6101.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.57%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 255 (100% from 255) = 37.39%
R=27.57%
G=35.04%
B=37.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882392550.260.0600194.3310086.86
HexBCEFFF1A600c26457
Octal27435737732600302144127
Binary10111100111011111111111111010110001100001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFFF; }

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

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

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

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

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

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

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

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