Html Css Color HEX #BCFE90 Sulu

📋 copy color: '#BCFE90'

red 188 ◦ green 254 ◦ blue 144

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

Shades of Sulu #BCFE90

Tints of Sulu #BCFE90

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.34%

 BLUE value IS 144 (56.64% from 255) = 24.57%

R = 32.08%
G = 43.34%
B = 24.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#BCFE90 (or 0xBCFE90) is known color: Sulu. HEX triplet: BC, FE and 90. RGB value is (188,254,144). Sum of RGB (Red+Green+Blue) = 188+254+144=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE90 is #43016F. Grayscale: #DEDEDE. Windows color (decimal): -4391280 or 9502396. OLE color: 9502396.

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

Color convert

RGB 188 254 144 -
CMYK 0.26 0 0.43 0.00
HSL 96º 0.98% 0.78% -
HSV(B) 96º 0.43% 1% -
XYZ 61.21 83.59 39.29 -
YUV 221.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 188 254 144 0.26 0 0.43 0.00 96 0.98 0.78
Hex BC FE 90 1A 0 2B 0 60 62 4E
Octal 274 376 220 32 0 53 0 140 142 116
Binary 10111100 11111110 10010000 11010 0 101011 0 1100000 1100010 1001110

Color Harmonies of #BCFE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE90

Black with #BCFE90

Text Example


Text Example

White with #BCFE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE90; }

 p { color: rgb(188,254,144); }

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

background-color css

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

 a { background-color: rgb(188,254,144); }

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

border-color css

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

 span { border-color: rgb(188,254,144); }

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