Html Css Color HEX #BCF187 Sulu

📋 copy color: '#BCF187'

red 188 ◦ green 241 ◦ blue 135

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

Shades of Sulu #BCF187

Tints of Sulu #BCF187

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.73%

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

R = 33.33%
G = 42.73%
B = 23.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#BCF187 (or 0xBCF187) is known color: Sulu. HEX triplet: BC, F1 and 87. RGB value is (188,241,135). Sum of RGB (Red+Green+Blue) = 188+241+135=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF187 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF187 is #430E78. Grayscale: #D5D5D5. Windows color (decimal): -4394617 or 8909244. OLE color: 8909244.

HSL color Cylindrical-coordinate representation of color #BCF187: hue angle of 90º degrees, saturation: 0.79, 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 #BCF187 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 135 -
CMYK 0.22 0 0.44 0.05
HSL 90º 0.79% 0.74% -
HSV(B) 90º 0.44% 0.95% -
XYZ 56.57 75.35 34.48 -
YUV 213.07 83.94 110.12 -
System Red Green Blue C M Y K H S L
Decimal 188 241 135 0.22 0 0.44 0.05 90 0.79 0.74
Hex BC F1 87 16 0 2C 5 5A 4F 4A
Octal 274 361 207 26 0 54 5 132 117 112
Binary 10111100 11110001 10000111 10110 0 101100 101 1011010 1001111 1001010

Color Harmonies of #BCF187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF187

Black with #BCF187

Text Example


Text Example

White with #BCF187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF187; }

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

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

background-color css

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

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

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

border-color css

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

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

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