Html Css Color HEX #BCFF8C Sulu

📋 copy color: '#BCFF8C'

red 188 ◦ green 255 ◦ blue 140

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

Shades of Sulu #BCFF8C

Tints of Sulu #BCFF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.01%

R = 32.25%
G = 43.74%
B = 24.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#BCFF8C (or 0xBCFF8C) is known color: Sulu. HEX triplet: BC, FF and 8C. RGB value is (188,255,140). Sum of RGB (Red+Green+Blue) = 188+255+140=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF8C is #430073. Grayscale: #DEDEDE. Windows color (decimal): -4391028 or 9240508. OLE color: 9240508.

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

Color convert

RGB 188 255 140 -
CMYK 0.26 0 0.45 0
HSL 94.96º 1% 0.77% -
HSV(B) 94.96º 0.45% 1% -
XYZ 61.23 84.1 37.82 -
YUV 221.86 81.8 103.85 -
System Red Green Blue C M Y K H S L
Decimal 188 255 140 0.26 0 0.45 0 94.96 1 0.77
Hex BC FF 8C 1A 0 2D 0 5F 64 4D
Octal 274 377 214 32 0 55 0 137 144 115
Binary 10111100 11111111 10001100 11010 0 101101 0 1011111 1100100 1001101

Color Harmonies of #BCFF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF8C

Black with #BCFF8C

Text Example


Text Example

White with #BCFF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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