Html Css Color HEX #BCFF6E Sulu

📋 copy color: '#BCFF6E'

red 188 ◦ green 255 ◦ blue 110

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

Shades of Sulu #BCFF6E

Tints of Sulu #BCFF6E

RGB

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

 GREEN value IS 255 (100% from 255) = 46.11%

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

R = 34%
G = 46.11%
B = 19.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#BCFF6E (or 0xBCFF6E) is known color: Sulu. HEX triplet: BC, FF and 6E. RGB value is (188,255,110). Sum of RGB (Red+Green+Blue) = 188+255+110=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF6E is #430091. Grayscale: #DADADA. Windows color (decimal): -4391058 or 7274428. OLE color: 7274428.

HSL color Cylindrical-coordinate representation of color #BCFF6E: hue angle of 87.72º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCFF6E is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 110 -
CMYK 0.26 0 0.57 0
HSL 87.72º 1% 0.72% -
HSV(B) 87.72º 0.57% 1% -
XYZ 59.31 83.34 27.71 -
YUV 218.44 66.8 106.29 -
System Red Green Blue C M Y K H S L
Decimal 188 255 110 0.26 0 0.57 0 87.72 1 0.72
Hex BC FF 6E 1A 0 39 0 58 64 48
Octal 274 377 156 32 0 71 0 130 144 110
Binary 10111100 11111111 1101110 11010 0 111001 0 1011000 1100100 1001000

Color Harmonies of #BCFF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF6E

Black with #BCFF6E

Text Example


Text Example

White with #BCFF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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