Html Css Color HEX #BCF387 Sulu

📋 copy color: '#BCF387'

red 188 ◦ green 243 ◦ blue 135

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

Shades of Sulu #BCF387

Tints of Sulu #BCF387

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.93%

 BLUE value IS 135 (53.13% from 255) = 23.85%

R = 33.22%
G = 42.93%
B = 23.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#BCF387 (or 0xBCF387) is known color: Sulu. HEX triplet: BC, F3 and 87. RGB value is (188,243,135). Sum of RGB (Red+Green+Blue) = 188+243+135=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF387 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF387 is #430C78. Grayscale: #D6D6D6. Windows color (decimal): -4394105 or 8909756. OLE color: 8909756.

HSL color Cylindrical-coordinate representation of color #BCF387: hue angle of 90.56º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCF387 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 135 -
CMYK 0.23 0 0.44 0.05
HSL 90.56º 0.82% 0.74% -
HSV(B) 90.56º 0.44% 0.95% -
XYZ 57.16 76.54 34.68 -
YUV 214.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 188 243 135 0.23 0 0.44 0.05 90.56 0.82 0.74
Hex BC F3 87 17 0 2C 5 5B 52 4A
Octal 274 363 207 27 0 54 5 133 122 112
Binary 10111100 11110011 10000111 10111 0 101100 101 1011011 1010010 1001010

Color Harmonies of #BCF387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF387

Black with #BCF387

Text Example


Text Example

White with #BCF387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF387; }

 p { color: rgb(188,243,135); }

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

background-color css

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

 a { background-color: rgb(188,243,135); }

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

border-color css

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

 span { border-color: rgb(188,243,135); }

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