Html Css Color HEX #BCF185 Sulu

📋 copy color: '#BCF185'

red 188 ◦ green 241 ◦ blue 133

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

Shades of Sulu #BCF185

Tints of Sulu #BCF185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.67%

R = 33.45%
G = 42.88%
B = 23.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#BCF185 (or 0xBCF185) is known color: Sulu. HEX triplet: BC, F1 and 85. RGB value is (188,241,133). Sum of RGB (Red+Green+Blue) = 188+241+133=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF185 is #430E7A. Grayscale: #D5D5D5. Windows color (decimal): -4394619 or 8778172. OLE color: 8778172.

HSL color Cylindrical-coordinate representation of color #BCF185: hue angle of 89.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCF185 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 133 -
CMYK 0.22 0 0.45 0.05
HSL 89.44º 0.79% 0.73% -
HSV(B) 89.44º 0.45% 0.95% -
XYZ 56.43 75.3 33.75 -
YUV 212.84 82.94 110.28 -
System Red Green Blue C M Y K H S L
Decimal 188 241 133 0.22 0 0.45 0.05 89.44 0.79 0.73
Hex BC F1 85 16 0 2D 5 59 4F 49
Octal 274 361 205 26 0 55 5 131 117 111
Binary 10111100 11110001 10000101 10110 0 101101 101 1011001 1001111 1001001

Color Harmonies of #BCF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF185

Black with #BCF185

Text Example


Text Example

White with #BCF185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF185; }

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

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

background-color css

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

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

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

border-color css

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

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

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