Html Css Color HEX #BCE675 Sulu

📋 copy color: '#BCE675'

red 188 ◦ green 230 ◦ blue 117

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

Shades of Sulu #BCE675

Tints of Sulu #BCE675

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.99%

 BLUE value IS 117 (46.09% from 255) = 21.87%

R = 35.14%
G = 42.99%
B = 21.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#BCE675 (or 0xBCE675) is known color: Sulu. HEX triplet: BC, E6 and 75. RGB value is (188,230,117). Sum of RGB (Red+Green+Blue) = 188+230+117=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE675 is #43198A. Grayscale: #CCCCCC. Windows color (decimal): -4397451 or 7726780. OLE color: 7726780.

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

Color convert

RGB 188 230 117 -
CMYK 0.18 0 0.49 0.10
HSL 82.3º 0.69% 0.68% -
HSV(B) 82.3º 0.49% 0.9% -
XYZ 52.25 68.57 27.31 -
YUV 204.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 188 230 117 0.18 0 0.49 0.10 82.3 0.69 0.68
Hex BC E6 75 12 0 31 A 52 45 44
Octal 274 346 165 22 0 61 12 122 105 104
Binary 10111100 11100110 1110101 10010 0 110001 1010 1010010 1000101 1000100

Color Harmonies of #BCE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE675

Black with #BCE675

Text Example


Text Example

White with #BCE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE675; }

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

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

background-color css

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

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

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

border-color css

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

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

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