#BCE692

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

Shades of Sulu #BCE692

Tints of Sulu #BCE692

Color information

#BCE692 (or 0xBCE692) is unknown color: approx Sulu. HEX triplet: BC, E6 and 92. RGB value is (188,230,146). Sum of RGB (Red+Green+Blue) = 188+230+146=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE692 is #43196D. Grayscale: #D0D0D0. Windows color (decimal): -4397422 or 9627324. OLE color: 9627324.

HSL color Cylindrical-coordinate representation of color #BCE692: hue angle of 90º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCE692 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB188230146-
CMYK0.1800.370.10
HSL90º62.69%73.73%-
HSV(B)90º36.52%90.2%-
XYZ54.2269.3637.72-
YUV207.8793.09113.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 230 (90.23% from 255) = 40.78%
BLUE value IS 146 (57.42% from 255) = 25.89%
R=33.33%
G=40.78%
B=25.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882301460.1800.370.109062.6973.73
HexBCE69212025A5a3f4a
Octal274346222220451213277112
Binary101111001110011010010010100100100101101010110101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE692; }

 p { color: rgb(188,230,146); }

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

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

 a { background-color: rgb(188,230,146); }

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

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

 span { border-color: rgb(188,230,146); }

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