Html Css Color HEX #BCEE6C Sulu

📋 copy color: '#BCEE6C'

red 188 ◦ green 238 ◦ blue 108

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

Shades of Sulu #BCEE6C

Tints of Sulu #BCEE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.22%

R = 35.21%
G = 44.57%
B = 20.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#BCEE6C (or 0xBCEE6C) is known color: Sulu. HEX triplet: BC, EE and 6C. RGB value is (188,238,108). Sum of RGB (Red+Green+Blue) = 188+238+108=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE6C is #431193. Grayscale: #D0D0D0. Windows color (decimal): -4395412 or 7139004. OLE color: 7139004.

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

Color convert

RGB 188 238 108 -
CMYK 0.21 0 0.55 0.07
HSL 83.08º 0.79% 0.68% -
HSV(B) 83.08º 0.55% 0.93% -
XYZ 54.02 72.92 25.42 -
YUV 208.23 71.44 113.57 -
System Red Green Blue C M Y K H S L
Decimal 188 238 108 0.21 0 0.55 0.07 83.08 0.79 0.68
Hex BC EE 6C 15 0 37 7 53 4F 44
Octal 274 356 154 25 0 67 7 123 117 104
Binary 10111100 11101110 1101100 10101 0 110111 111 1010011 1001111 1000100

Color Harmonies of #BCEE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE6C

Black with #BCEE6C

Text Example


Text Example

White with #BCEE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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