Html Css Color HEX #BCF990 Sulu

📋 copy color: '#BCF990'

red 188 ◦ green 249 ◦ blue 144

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

Shades of Sulu #BCF990

Tints of Sulu #BCF990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.86%

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

R = 32.36%
G = 42.86%
B = 24.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#BCF990 (or 0xBCF990) is known color: Sulu. HEX triplet: BC, F9 and 90. RGB value is (188,249,144). Sum of RGB (Red+Green+Blue) = 188+249+144=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF990 is #43066F. Grayscale: #DBDBDB. Windows color (decimal): -4392560 or 9501116. OLE color: 9501116.

HSL color Cylindrical-coordinate representation of color #BCF990: hue angle of 94.86º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCF990 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 144 -
CMYK 0.24 0 0.42 0.02
HSL 94.86º 0.9% 0.77% -
HSV(B) 94.86º 0.42% 0.98% -
XYZ 59.65 80.46 38.77 -
YUV 218.79 85.79 106.04 -
System Red Green Blue C M Y K H S L
Decimal 188 249 144 0.24 0 0.42 0.02 94.86 0.9 0.77
Hex BC F9 90 18 0 2A 2 5F 5A 4D
Octal 274 371 220 30 0 52 2 137 132 115
Binary 10111100 11111001 10010000 11000 0 101010 10 1011111 1011010 1001101

Color Harmonies of #BCF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF990

Black with #BCF990

Text Example


Text Example

White with #BCF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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