Html Css Color HEX #BCEC75 Sulu

📋 copy color: '#BCEC75'

red 188 ◦ green 236 ◦ blue 117

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

Shades of Sulu #BCEC75

Tints of Sulu #BCEC75

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.62%

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

R = 34.75%
G = 43.62%
B = 21.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#BCEC75 (or 0xBCEC75) is known color: Sulu. HEX triplet: BC, EC and 75. RGB value is (188,236,117). Sum of RGB (Red+Green+Blue) = 188+236+117=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC75 is #43138A. Grayscale: #D0D0D0. Windows color (decimal): -4395915 or 7728316. OLE color: 7728316.

HSL color Cylindrical-coordinate representation of color #BCEC75: hue angle of 84.2º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCEC75 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 117 -
CMYK 0.20 0 0.50 0.07
HSL 84.2º 0.76% 0.69% -
HSV(B) 84.2º 0.5% 0.93% -
XYZ 53.95 71.97 27.88 -
YUV 208.08 76.6 113.68 -
System Red Green Blue C M Y K H S L
Decimal 188 236 117 0.20 0 0.50 0.07 84.2 0.76 0.69
Hex BC EC 75 14 0 32 7 54 4C 45
Octal 274 354 165 24 0 62 7 124 114 105
Binary 10111100 11101100 1110101 10100 0 110010 111 1010100 1001100 1000101

Color Harmonies of #BCEC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC75

Black with #BCEC75

Text Example


Text Example

White with #BCEC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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