Html Css Color HEX #BCE185 Sulu

📋 copy color: '#BCE185'

red 188 ◦ green 225 ◦ blue 133

#BCE185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BCE185

Tints of Sulu #BCE185

RGB

 RED value IS 188 (73.83% from 255) = 34.43%

 GREEN value IS 225 (88.28% from 255) = 41.21%

 BLUE value IS 133 (52.34% from 255) = 24.36%

R = 34.43%
G = 41.21%
B = 24.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#BCE185 (or 0xBCE185) is known color: Sulu. HEX triplet: BC, E1 and 85. RGB value is (188,225,133). Sum of RGB (Red+Green+Blue) = 188+225+133=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE185 is #431E7A. Grayscale: #CBCBCB. Windows color (decimal): -4398715 or 8774076. OLE color: 8774076.

HSL color Cylindrical-coordinate representation of color #BCE185: hue angle of 84.13º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCE185 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 133 -
CMYK 0.16 0 0.41 0.12
HSL 84.13º 0.61% 0.7% -
HSV(B) 84.13º 0.41% 0.88% -
XYZ 51.9 66.24 32.24 -
YUV 203.45 88.24 116.98 -
System Red Green Blue C M Y K H S L
Decimal 188 225 133 0.16 0 0.41 0.12 84.13 0.61 0.7
Hex BC E1 85 10 0 29 C 54 3D 46
Octal 274 341 205 20 0 51 14 124 75 106
Binary 10111100 11100001 10000101 10000 0 101001 1100 1010100 111101 1000110

Color Harmonies of #BCE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE185

Black with #BCE185

Text Example


Text Example

White with #BCE185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE185; }

 p { color: rgb(188,225,133); }

 H1.HeaderClassName
 {
   color: #BCE185;
 }
 .AnyTagClassName
 {
   color: #BCE185;
 }
</style>

background-color css

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

 a { background-color: rgb(188,225,133); }

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

border-color css

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

 span { border-color: rgb(188,225,133); }

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