#BCE8FF

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

Shades of Onahau #BCE8FF

Tints of Onahau #BCE8FF

Color information

#BCE8FF (or 0xBCE8FF) is unknown color: approx Onahau. HEX triplet: BC, E8 and FF. RGB value is (188,232,255). Sum of RGB (Red+Green+Blue) = 188+232+255=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8FF is #431700. Grayscale: #DDDDDD. Windows color (decimal): -4396801 or 16771260. OLE color: 16771260.

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

Color convert

RGB188232255-
CMYK0.260.0900
HSL200.6º100%86.86%-
HSV(B)200.6º26.27%100%-
XYZ67.6575.62105.64-
YUV221.47146.92104.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.85%
GREEN value IS 232 (91.02% from 255) = 34.37%
BLUE value IS 255 (100% from 255) = 37.78%
R=27.85%
G=34.37%
B=37.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882322550.260.0900200.610086.86
HexBCE8FF1A900c96457
Octal274350377321100311144127
Binary101111001110100011111111110101001001100100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8FF; }

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

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

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

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

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

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

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

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