#BCED68

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

Shades of Sulu #BCED68

Tints of Sulu #BCED68

Color information

#BCED68 (or 0xBCED68) is unknown color: approx Sulu. HEX triplet: BC, ED and 68. RGB value is (188,237,104). Sum of RGB (Red+Green+Blue) = 188+237+104=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED68 is #431297. Grayscale: #CFCFCF. Windows color (decimal): -4395672 or 6876604. OLE color: 6876604.

HSL color Cylindrical-coordinate representation of color #BCED68: hue angle of 82.11º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCED68 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB188237104-
CMYK0.2100.560.07
HSL82.11º78.7%66.86%-
HSV(B)82.11º56.12%92.94%-
XYZ53.5272.2624.22-
YUV207.1969.77114.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 237 (92.97% from 255) = 44.80%
BLUE value IS 104 (41.02% from 255) = 19.66%
R=35.54%
G=44.80%
B=19.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371040.2100.560.0782.1178.766.86
HexBCED68150387524f43
Octal274355150250707122117103
Binary10111100111011011101000101010111000111101001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCED68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCED68; }

 p { color: rgb(188,237,104); }

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

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

 a { background-color: rgb(188,237,104); }

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

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

 span { border-color: rgb(188,237,104); }

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