Html Css Color HEX #BCEE6E Sulu

📋 copy color: '#BCEE6E'

red 188 ◦ green 238 ◦ blue 110

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

Shades of Sulu #BCEE6E

Tints of Sulu #BCEE6E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.4%

 BLUE value IS 110 (43.36% from 255) = 20.52%

R = 35.07%
G = 44.4%
B = 20.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#BCEE6E (or 0xBCEE6E) is known color: Sulu. HEX triplet: BC, EE and 6E. RGB value is (188,238,110). Sum of RGB (Red+Green+Blue) = 188+238+110=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE6E is #431191. Grayscale: #D0D0D0. Windows color (decimal): -4395410 or 7270076. OLE color: 7270076.

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

Color convert

RGB 188 238 110 -
CMYK 0.21 0 0.54 0.07
HSL 83.44º 0.79% 0.68% -
HSV(B) 83.44º 0.54% 0.93% -
XYZ 54.13 72.97 25.98 -
YUV 208.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 188 238 110 0.21 0 0.54 0.07 83.44 0.79 0.68
Hex BC EE 6E 15 0 36 7 53 4F 44
Octal 274 356 156 25 0 66 7 123 117 104
Binary 10111100 11101110 1101110 10101 0 110110 111 1010011 1001111 1000100

Color Harmonies of #BCEE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE6E

Black with #BCEE6E

Text Example


Text Example

White with #BCEE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE6E; }

 p { color: rgb(188,238,110); }

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

background-color css

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

 a { background-color: rgb(188,238,110); }

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

border-color css

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

 span { border-color: rgb(188,238,110); }

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