#BCEBFF

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

Shades of Onahau #BCEBFF

Tints of Onahau #BCEBFF

Color information

#BCEBFF (or 0xBCEBFF) is unknown color: approx Onahau. HEX triplet: BC, EB and FF. RGB value is (188,235,255). Sum of RGB (Red+Green+Blue) = 188+235+255=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBFF is #431400. Grayscale: #DFDFDF. Windows color (decimal): -4396033 or 16772028. OLE color: 16772028.

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

Color convert

RGB188235255-
CMYK0.260.0800
HSL197.91º100%86.86%-
HSV(B)197.91º26.27%100%-
XYZ68.577.33105.92-
YUV223.23145.93102.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.73%
GREEN value IS 235 (92.19% from 255) = 34.66%
BLUE value IS 255 (100% from 255) = 37.61%
R=27.73%
G=34.66%
B=37.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882352550.260.0800197.9110086.86
HexBCEBFF1A800c66457
Octal274353377321000306144127
Binary101111001110101111111111110101000001100011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBFF; }

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

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

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

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

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

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

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

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