Html Css Color HEX #BCFD88 Sulu

📋 copy color: '#BCFD88'

red 188 ◦ green 253 ◦ blue 136

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

Shades of Sulu #BCFD88

Tints of Sulu #BCFD88

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.85%

 BLUE value IS 136 (53.52% from 255) = 23.57%

R = 32.58%
G = 43.85%
B = 23.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#BCFD88 (or 0xBCFD88) is known color: Sulu. HEX triplet: BC, FD and 88. RGB value is (188,253,136). Sum of RGB (Red+Green+Blue) = 188+253+136=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 136 (53.52% from 255 or 23.57% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD88 is #430277. Grayscale: #DCDCDC. Windows color (decimal): -4391544 or 8977852. OLE color: 8977852.

HSL color Cylindrical-coordinate representation of color #BCFD88: hue angle of 93.33º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCFD88 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 136 -
CMYK 0.26 0 0.46 0.01
HSL 93.33º 0.97% 0.76% -
HSV(B) 93.33º 0.46% 0.99% -
XYZ 60.31 82.72 36.08 -
YUV 220.23 80.47 105.01 -
System Red Green Blue C M Y K H S L
Decimal 188 253 136 0.26 0 0.46 0.01 93.33 0.97 0.76
Hex BC FD 88 1A 0 2E 1 5D 61 4C
Octal 274 375 210 32 0 56 1 135 141 114
Binary 10111100 11111101 10001000 11010 0 101110 1 1011101 1100001 1001100

Color Harmonies of #BCFD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD88

Black with #BCFD88

Text Example


Text Example

White with #BCFD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD88; }

 p { color: rgb(188,253,136); }

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

background-color css

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

 a { background-color: rgb(188,253,136); }

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

border-color css

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

 span { border-color: rgb(188,253,136); }

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