Html Css Color HEX #BCEC6B Sulu

📋 copy color: '#BCEC6B'

red 188 ◦ green 236 ◦ blue 107

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

Shades of Sulu #BCEC6B

Tints of Sulu #BCEC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.15%

R = 35.4%
G = 44.44%
B = 20.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#BCEC6B (or 0xBCEC6B) is known color: Sulu. HEX triplet: BC, EC and 6B. RGB value is (188,236,107). Sum of RGB (Red+Green+Blue) = 188+236+107=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC6B is #431394. Grayscale: #CFCFCF. Windows color (decimal): -4395925 or 7072956. OLE color: 7072956.

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

Color convert

RGB 188 236 107 -
CMYK 0.20 0 0.55 0.07
HSL 82.33º 0.77% 0.67% -
HSV(B) 82.33º 0.55% 0.93% -
XYZ 53.39 71.74 24.94 -
YUV 206.94 71.6 114.49 -
System Red Green Blue C M Y K H S L
Decimal 188 236 107 0.20 0 0.55 0.07 82.33 0.77 0.67
Hex BC EC 6B 14 0 37 7 52 4D 43
Octal 274 354 153 24 0 67 7 122 115 103
Binary 10111100 11101100 1101011 10100 0 110111 111 1010010 1001101 1000011

Color Harmonies of #BCEC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC6B

Black with #BCEC6B

Text Example


Text Example

White with #BCEC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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